Skip to content

CHAKlBDEV/ortoolsexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Solving linear optimization problems with ORTools

Why?

CPLEX is too heavy (OrTools is only 25MB). It's not free (OrTools is free and open source). It's bloated with useless software (OrTools isn't). In order to use CPLEX you have to learn new languages and workflow where you could just use existing programming knowledge (OrTools is available for C++, Java, C# as well).

How?

For Windows.

  1. Install the 64Bit version of Python.
  2. Install ortools using pip python -m pip install --upgrade --user ortools
  3. Clone this repository git clone https://github.com/chaklbdev/ortoolsexample.git
  4. Run it python program.py

For other systems: Check official docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages