Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adowling2 committed Nov 21, 2024
1 parent 63d07b0 commit 552b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/7-dev/Local-Optimality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"\n",
"\\begin{align*}\n",
"\\min_x \\quad & f(x) \\\\\n",
"\\text{s.t.} \\quad & g(x) \\leq 0\n",
"\\text{s.t.} \\quad & g(x) \\leq 0 \\\\\n",
" & h(x) = 0\n",
"\\end{align*}\n",
"\n",
Expand Down

0 comments on commit 552b28f

Please sign in to comment.