From d0dd3cb0835fdec638f9a002b4d5b6620488ab36 Mon Sep 17 00:00:00 2001 From: Alessandro Zocca Date: Wed, 22 Nov 2023 15:04:39 +0100 Subject: [PATCH] Update chapter 3 page --- notebooks/03/03.00.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/notebooks/03/03.00.md b/notebooks/03/03.00.md index 2773583c..9c24c305 100644 --- a/notebooks/03/03.00.md +++ b/notebooks/03/03.00.md @@ -17,14 +17,13 @@ where $\mathcal{I} \subseteq \{1,\dots,n\}$ is the subset of indices identifying This chapter includes several examples with companion Pyomo implementation that explore various modeling and implementation aspects of MILO: -* A basic MILO example modeling the [BIM production with perturbed data](01-bim-perturbed.ipynb) +* [BIM production with perturbed data](01-bim-perturbed.ipynb) * [A workforce shift scheduling problem](02-shift-scheduling.ipynb) * [Optimal recharging strategy for an electric vehicle](03-recharging-electric-vehicle.ipynb) * [A production problem using disjunctions](04-simple-production-model-gdp.ipynb) * [A machine scheduling problem](05-machine-scheduling.ipynb) -* [BIM production revisited](06-bim-production-revisited.ipynb) -* [Facility location problem](07-facility-location.ipynb) - +* [Facility location problem](06-facility-location.ipynb) +* [BIM production revisited](07-bim-production-revisited.ipynb) * [Extra material: Cryptarithms puzzle](08-cryptarithms.ipynb) * [Extra material: Strip packing](09-strip-packing.ipynb) * [Extra material: Job shop scheduling](10-job-shop-scheduling.ipynb)