11 pointsby AxelWickman8 hours ago3 comments
  • aaronvg3 hours ago
    this is really neat. Was using or-tools to solve my friend's scheduling problems with coworkers.
  • jerome-jh6 hours ago
    Do people solve business problems with OR-tools? I suppose yes, but what can you say about the real applications?
    • AxelWickman14 minutes 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_trader4 hours ago
    this is nice

    can the browser connect to a server to offload heavier calculations?

    • AxelWickman3 hours ago
      Yeah agree. Really considering taking the project this direction