OR-Tools
| OR-Tools | |
|---|---|
| Original author | Laurent Perron |
| Developer | Google Optimization team |
| Initial release | September 15, 2010 |
| Stable release | v9.9.3963
/ March 7, 2024 |
| Written in | C++ |
| Operating system | Linux, macOS, Microsoft Windows |
| Type | Library |
| License | Apache License 2.0 |
| Website | developers |
| Repository | github |
Google OR-Tools is a free and open-source software suite developed by Google for solving linear programming (LP), mixed integer programming (MIP), constraint programming (CP), vehicle routing (VRP), and related optimization problems. OR stands for operations research.
OR-Tools is a set of components written in C++ but provides wrappers for Java, .NET and Python.
It is distributed under the Apache License 2.0.