Files
ortools-clone/tools
2018-10-31 08:33:43 +01:00
..
2018-10-02 10:08:34 +02:00
2018-10-02 08:21:33 +02:00
2018-07-10 11:16:20 +02:00
2014-12-28 10:58:07 +00:00
2016-07-18 18:27:18 -07:00
2018-10-05 11:24:53 +02:00
2018-10-31 08:33:43 +01:00
2018-02-08 05:41:08 -08:00
2018-08-03 13:02:33 -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