Skip to content

Commit 417a059

Browse files
committed
install highs module
1 parent b8f98c8 commit 417a059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/09/markowitz_portfolio_with_chance_constraint.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"from amplpy import AMPL, ampl_notebook\n",
5252
"\n",
5353
"ampl = ampl_notebook(\n",
54-
" modules=[\"scip\"], # modules to install\n",
54+
" modules=[\"highs\"], # modules to install\n",
5555
" license_uuid=\"default\", # license to use\n",
5656
") # instantiate AMPL object and register magics"
5757
]

0 commit comments

Comments
 (0)