2278 Forks
12527 Stars
12527 Watchers

or-tools

Google's Operations Research tools:

How to download and setup or-tools

Open terminal and run command
git clone https://github.com/google/or-tools.git
git clone is used to create a copy or clone of or-tools repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with or-tools https://github.com/google/or-tools/archive/master.zip

Or simply clone or-tools with SSH
[email protected]:google/or-tools.git

If you have some problems with or-tools

You may open issue on or-tools support forum (system) here: https://github.com/google/or-tools/issues