Skip to content

Commit

Permalink
Add graph coloring notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrozocca committed Oct 25, 2023
1 parent b39db29 commit 08c6561
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 0 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ chapters:
- file: notebooks/04/dinner-seat-allocation.ipynb
- file: notebooks/04/mincost-flow.ipynb
- file: notebooks/04/gasoline-distribution.ipynb
- file: notebooks/04/graph-coloring.ipynb
- file: notebooks/04/cryptocurrency-arbitrage.ipynb
- file: notebooks/04/power-network.ipynb
- file: notebooks/04/forex-arbitrage.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 @@ -7,6 +7,7 @@ This chapter includes several examples with companion Pyomo implementation that
* [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 scheduling problem](graph-coloring.ipynb) formulated and solved as a graph coloring problem.
* [A cryptocurrency arbitrage problem](cryptocurrency-arbitrage.ipynb)
* [Extra material: Energy dispatch problem](power-network.ipynb)
* [Extra material: Forex arbitrage](forex-arbitrage.ipynb)
Expand Down
Loading

0 comments on commit 08c6561

Please sign in to comment.