doc: Cleanup Readme

This commit is contained in:
Mizux Seiha
2020-10-09 15:36:39 +02:00
parent ddd049dee8
commit 6e32e7a053
2 changed files with 8 additions and 13 deletions

View File

@@ -4,17 +4,12 @@ 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
- A Linear Programing solvers
- Wrappers around commercial and other open source solvers, including mixed integer solvers
- CBC, CLP, CPLEX, GLPK, Gurobi, SCIP and XPRESS
- Bin packing and knapsack algorithms
- Graph algorithms:
- shortest paths
- min-cost flow
- max flow
- linear sum assignment

View File

@@ -8,10 +8,10 @@ Full installation instructions are located
[here](https://developers.google.com/optimization/install/python/)
These modules have been tested under:
- Ubuntu 16.04 LTS, 18.04 LTS and 19.10 (64 bit).
- CentOS 7 (64 bit).
- Ubuntu 18.04 LTS and up (64 bit).
- CentOS 8 (64 bit).
- Debian 10 (64 bit).
- Mac OS X El Capitan with Xcode 7.x (64 bit).
- MacOS 10.15 Catalina (64 bit).
- Microsoft Windows with Visual Studio 2019 (64-bit)
Upon decompressing the archive, you will get the following structure: