Skip to content

Commit

Permalink
Update manipulating-models.ipynb (#395)
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
qheuristics authored Dec 16, 2024
1 parent 92b25d7 commit 082a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/manipulating-models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"metadata": {},
"source": [
".. note::\n",
" The same could have been achieved by calling `m.variables.con1.rhs = 8 * factor`\n",
" The same could have been achieved by calling `m.constraints.con1.rhs = 8 * factor`\n",
"\n",
"Let's solve it again!"
]
Expand Down

0 comments on commit 082a9b2

Please sign in to comment.