Remix.run Logo
thomasahle 5 days ago

Interview:

> We can solve this with a constraint solver

Ok, using your favorite constraint solver, please write a solution for this.

> [half an hour later]

Ok, now how would you solve it if there was more than 100 data points? E.g. 10^12?

nemetroid 5 days ago | parent | next [-]

Maybe some preprocessing, maybe column generation, depends on the problem.

Avshalom 3 days ago | parent | prev [-]

Well how would you solve it if there were 10^12 data points