OR-Tools now runs in the browser for free optimization work
Google’s OR-Tools C++ code has been ported so it can run inside a . This lets people solve advanced problems without running a separate server. It is useful for finding the best option when there are limits around cost, time, resources, or other rules.
The project is called and is available on GitHub with demos to try. The code was originally the core of a commercial SaaS product, but the product did not gain enough traction, so the useful part was released as .
Key points
- Google OR-Tools C++ code has been ported to run in the browser.
- It can solve problems without a separate server.
- The GitHub project is called .
- Demos and show how it works.
- The code came from a commercial SaaS product and is now .