Files
ortools-clone/tools
Corentin Le Molgat 85bd99092b [PYTHON] Rework to use dynamic dependencies
- Fix DYNAMIC_LD on MacOS
- Fixup @rpath in python wrapper
- Rework clean_python target
- Cleaning rpy target
- Echo test_python rules
- Add all *vrp* samples to test_python
- Rework pypi_archive target
  - Copy shared library to python tempDir
  - Update setup.py
- Echo install_python rules (i.e. remove of @)
- Add uninstall_python target
- Update detect_python target
2018-05-28 08:08:49 +02: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
2014-12-28 10:58:07 +00: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
2018-02-28 15:20:56 +01:00
2012-01-02 21:15:47 +00: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
2018-02-08 05:41:08 -08:00
2018-02-28 15:20:56 +01:00
2012-01-06 20:54:48 +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
2018-02-28 15:20:56 +01: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