Files
ortools-clone/tools
Mizux Seiha 83fad1d4f0 tools(docker): Rework
* Rework Makefile
* Add 'dotnet --info'
* Ubuntu-16.04 update swig -> 4.0.1
2020-04-22 14:17:21 +02:00
..
2020-03-27 16:27:29 +01:00
2020-04-22 14:17:21 +02:00
2020-04-20 11:45:13 +02:00
2018-07-10 11:16:20 +02:00
2020-03-09 14:09:26 +01:00
2020-03-09 14:09:26 +01:00
2020-03-09 14:09:26 +01:00
2019-02-19 11:56:59 +01:00
2019-02-19 11:56:59 +01:00
2020-03-09 14:09:26 +01:00
2020-03-16 11:15:17 +01:00
2020-01-13 17:38:10 +01:00
2018-10-31 08:33:43 +01:00
2020-03-09 14:09:26 +01:00
2020-03-09 14:09:26 +01:00
2020-03-09 14:09:26 +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