Files
ortools-clone/tools
2018-03-08 17:52:29 +01:00
..
2017-05-20 22:17:06 -04:00
2018-03-06 17:09:33 +01:00
2017-07-17 20:45:37 -07: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
2018-02-28 15:20:56 +01:00
2018-02-28 15:20:56 +01:00
2018-02-28 15:20:56 +01:00
2017-05-26 17:01:58 +02:00
2018-02-28 15:20:56 +01:00
2018-02-08 05:41:08 -08:00
2018-02-28 15:20:56 +01:00
2018-03-08 17:52:29 +01:00
2016-12-12 19:49:48 +01:00
2016-06-13 05:34:05 -07:00
2018-02-28 15:20:56 +01: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