Skip to content

Commit

Permalink
Add mincost flow notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrozocca committed Oct 23, 2023
1 parent 83a5a8d commit cfb0fe0
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 0 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ chapters:
- file: notebooks/04/04.00.md
sections:
- file: notebooks/04/dinner-seat-allocation.ipynb
- file: notebooks/04/mincost-flow.ipynb
- file: notebooks/04/gasoline-distribution.ipynb
- file: notebooks/04/cryptocurrency-arbitrage.ipynb
- file: notebooks/04/power-network.ipynb
Expand Down
1 change: 1 addition & 0 deletions notebooks/04/04.00.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ In the previous chapters, we dealt with general problems by first formulating al
This chapter includes several examples with companion Pyomo implementation that explore various modeling and implementation aspects of network optimization:

* [A dinner seating arrangement problem](dinner-seat-allocation.ipynb)
* [A transportation problem](mincost-flow.ipynb), using the minimum-cost flow formulation.
* [A franchise gasoline distribution problem](gasoline-distribution.ipynb)
* [A cryptocurrency arbitrage problem](cryptocurrency-arbitrage.ipynb)
* [Extra material: Energy dispatch problem](power-network.ipynb)
Expand Down
Binary file removed notebooks/04/flow.pdf
Binary file not shown.
340 changes: 340 additions & 0 deletions notebooks/04/mincost-flow.ipynb

Large diffs are not rendered by default.

Binary file removed notebooks/04/net_flow.pdf
Binary file not shown.

0 comments on commit cfb0fe0

Please sign in to comment.