Skip to content

Commit

Permalink
Fix preamble and solver imports in chapters 5 and 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrozocca committed Oct 30, 2023
1 parent 3f02141 commit 5a2e66a
Show file tree
Hide file tree
Showing 14 changed files with 561 additions and 1,027 deletions.
2 changes: 1 addition & 1 deletion notebooks/04/power-network.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
" !pip install highspy >/dev/null 2>/dev/null\n",
" \n",
"solver = 'appsi_highs'\n",
" \n",
"\n",
"import pyomo.environ as pyo\n",
"SOLVER = pyo.SolverFactory(solver)\n",
" \n",
Expand Down
Loading

0 comments on commit 5a2e66a

Please sign in to comment.