Files
ortools-clone/tools
2018-01-16 14:35:25 +01:00
..
2017-05-20 22:17:06 -04:00
2017-12-01 15:32:58 +01:00
2017-07-17 20:45:37 -07:00
2014-12-28 10:58:07 +00:00
2017-11-20 17:12:12 +01:00
2016-07-18 18:27:18 -07:00
2017-05-21 11:40:10 -04:00
2017-12-19 21:25:41 +01:00
2017-05-26 17:01:58 +02:00
2016-12-12 19:49:48 +01:00
2016-06-13 05:34:05 -07: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