Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 5.42 KB

README.md

File metadata and controls

53 lines (42 loc) · 5.42 KB

Part 4: Optimizing schedules, allocations and plans through multiple programming models with Nerav Doshi

Learn to use tools to develop DO models - There are plenty of tools on the market to develop and solve optimization models, including some open source ones. IBM offers two ways to start learning DO at no cost: Decision Optimization for Watson Studio (DO for WS) and CPLEX Optimization Studio (COS).

DO for WS

Watson Studio makes it possible to use DO in Jupyter notebooks (docplex) and in a dedicated model builder (docplex and OPL). It can be used with for free for some limited duration as part of the Trial plan.

Existing notebooks to learn from.

CPLEX Optimization Studio

CPLEX Optimization Studio (COS) can be very easily downloaded and installed on your laptop.

Download

There is an unlimited free edition for academics as part of the Academic Initiative, and there is a free limited edition for everyone (MP problems limited to 1000 variables and 1000 constraints). CPLEX Optimization Studio developer edition or free community edition.

Tutorials

On premise on your computer CPLEX Optimization Studio

Additional resources

Mathematical Programming

  • Mathematical Optimization for Business Problems: A complete free course on Mathematical Programming with introduction, application cases, modeling and introduction to MP algorithms, by Victoria Genin and Shirley de Jonk, IBM Technical writers.

Constraint Programming

Python docplex

Tutorials

Complete documentation