Files
ortools-clone/tools
2019-11-15 14:20:45 -08:00
..
2019-11-02 03:00:52 +01:00
2019-11-15 14:20:20 -08:00
2019-11-15 14:20:45 -08:00
2018-07-10 11:16:20 +02:00
2016-07-18 18:27:18 -07:00
2019-02-19 11:56:59 +01:00
2019-02-19 11:56:59 +01:00
2019-06-13 19:37:55 +02:00
fix
2019-09-09 15:10:38 +02:00
2011-04-07 13:24:19 +00:00
2019-03-25 10:56:44 +01:00
2018-10-31 08:33:43 +01:00
2018-02-08 05:41:08 -08:00

This project hosts operations research tools developed at Google and
made available as open source under the Apache 2.0 License.

The project contains several tools:

- A Constraint Programming solver

- A wrapper around third-party linear solvers:

  - GLPK, CLP, CBC, SCIP, Sulum, and Gurobi

- Knapsack algorithms

- Graph algorithms:

  - min-cost flow

  - max flow

  - linear sum assignment