Slide 10
Slide 10 text
Google OR-Tools
The Google Operation Research Tools (OR-Tools) is an open source project that includes several
optimization algorithms and solvers. For example:
● A general purpose Constraint Programming Solver
● An interface to Linear, Mixed and Integer Programming Solvers (GBC, CLP, GLOP, GLPK, SCIP,
etc)
● Graph Algorithms
● Algorithms for the TSP and VRP problems
The library is written in C++, but it also offers wrappers for Python, Java, and C