Files
ortools-clone/tools
2016-12-13 15:22:40 +01:00
..
2014-12-28 10:58:07 +00:00
2016-07-18 18:27:18 -07:00
fix
2014-02-14 13:51:13 +00:00
2016-10-07 17:29:07 +02:00
2016-07-20 11:56:13 -07:00
2012-01-02 21:15:47 +00:00
2011-04-07 13:24:19 +00:00
2016-10-03 15:41:48 +02:00
2016-09-22 15:52:24 +02:00
2016-09-22 14:55:50 +02:00
2012-01-06 20:54:48 +00:00
2011-04-07 13:24:19 +00:00
2012-01-02 21:15:47 +00:00
2016-12-12 19:49:48 +01:00
2016-06-13 05:34:05 -07:00
2012-01-08 14:30:55 +00: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