Skip to content

Commit

Permalink
Update constraints.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bwheelz36 authored Nov 28, 2022
1 parent 8b5dcad commit 0218b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/constraints.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Constrained Optimization\n",
"\n",
"Constrained optimization refers to situations in which you must for instance maximize \"f\", a function of \"x\" and \"y\", but the solution must lie in a region where for instance \n"\"x<y\".\n",
"Constrained optimization refers to situations in which you must for instance maximize \"f\", a function of \"x\" and \"y\", but the solution must lie in a region where for instance \"x<y\".\n",
"\n",
"There are two distinct situations you may find yourself in:\n",
"\n",
Expand Down

0 comments on commit 0218b31

Please sign in to comment.