Files
ortools-clone/tools
Michael W Powell 0cc3e0f727 format nuspec in prettier manner
also prepare nuspec with better variable substitutions
make better use of variables in csharp make file
separate nuget target into more strategic steps of staging packaging and distribution
incorporated self documenting path oriented targets as well
2017-03-11 14:12:51 -05:00
..
2017-03-07 13:52:49 +01:00
2014-12-28 10:58:07 +00:00
2016-07-18 18:27:18 -07: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
2017-01-26 21:39:17 +01:00
2012-01-06 20:54:48 +00:00
2017-01-26 19:14:01 +01: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