Rendered at 05:57:54 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
aaronvg 10 hours ago [-]
this is really neat. Was using or-tools to solve my friend's scheduling problems with coworkers.
jerome-jh 13 hours ago [-]
Do people solve business problems with OR-tools? I suppose yes, but what can you say about the real applications?
AxelWickman 7 hours ago [-]
In somewhat discrete domains with large combinatorial search spaces, I would argue they do. I built this for a conference planner SaaS, which felt very real. Probably have other use cases in routing, dispatching, staff scheduling, conference planning, shift assignment, warehouse picking, bin packing, fleet utilization, job-shop scheduling, matching supply and demand under constraints, etc.
algo_trader 11 hours ago [-]
this is nice
can the browser connect to a server to offload heavier calculations?
AxelWickman 10 hours ago [-]
Yeah agree. Really considering taking the project this direction
can the browser connect to a server to offload heavier calculations?