Skip to content

Commit

Permalink
Add facility location notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrozocca committed Oct 4, 2023
1 parent ad24ff5 commit 99591ea
Show file tree
Hide file tree
Showing 5 changed files with 6,013 additions and 6,459 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ chapters:
- file: notebooks/03/recharging-electric-vehicle.ipynb
- file: notebooks/03/simple-production-model-gdp.ipynb
- file: notebooks/03/machine-scheduling.ipynb
- file: notebooks/03/facility-location.ipynb
- file: notebooks/03/bim-production-revisited.ipynb
- file: notebooks/03/cryptarithms.ipynb
- file: notebooks/03/strip-packing.ipynb
Expand Down
2 changes: 1 addition & 1 deletion intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you wish to cite this work, please use
```
@book{PostekZocca2024,
title = "Hands-On Optimization with Python",
author = "Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey"
author = "Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey",
year = 2024,
publisher = "Online",
url = "https://mobook.github.io/MO-book/"
Expand Down
1 change: 1 addition & 0 deletions notebooks/03/03.00.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This chapter includes several examples with companion Pyomo implementation that
* [A production problem using disjunctions](simple-production-model-gdp.ipynb)
* [A machine scheduling problem](machine-scheduling.ipynb)
* [BIM production revisited](bim-production-revisited.ipynb)
* [Facility location problem](facility-location.ipynb)

* [Extra material: Cryptarithms puzzle](cryptarithms.ipynb)
* [Extra material: Strip packing](strip-packing.ipynb)
Expand Down
Loading

0 comments on commit 99591ea

Please sign in to comment.