Skip to content

Commit

Permalink
retry on adding glpsol and cbc
Browse files Browse the repository at this point in the history
  • Loading branch information
murraybj committed Oct 2, 2024
1 parent b9ede06 commit 55fd9c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Material/Pyomo Fundamentals/1.1 Knapsack Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"source": [
"# knapsack.py \n",
"import pyomo.environ as pyo\n",
"from gethighs import HiGHS\n",
"\n",
"A = ['hammer', 'wrench', 'screwdriver', 'towel']\n",
"b = {'hammer':8, 'wrench':3, 'screwdriver':6, 'towel':11}\n",
Expand Down

0 comments on commit 55fd9c0

Please sign in to comment.