Warehouse Location Problem

Where to build warehouses and which warehouse supplies which customer.

You can consider this tutorial as a modeling exercise. To do so, just read the description and then compare your mathematical model with the one proposed. In the same way, you can start by coding your own model in Choco-solver before reading the proposed one.


Description

A description of the problem to model and solve.

Math

A mathematical model of the problem.

Code

A bunch of code.

Last modified 05.02.2020: Update tutorials (688181e)