Skip to content

Commit 7e7b875

Browse files
committed
Fix typo.
1 parent b2583bc commit 7e7b875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/osyczka_kundu_multiobjective.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
" C_{2}\\left(\\mathbf{x}\\right) = (6 - x_1 − x_2) \\geq 0, \\\\\n",
2929
" C_{3}\\left(\\mathbf{x}\\right) = (2 - x_2 + x_1) \\geq 0, \\\\\n",
3030
" C_{4}\\left(\\mathbf{x}\\right) = (2 − x_1 + 3x_2) \\geq 0, \\\\\n",
31-
" C_{5}\\left(\\mathbf{x}\\right) = (4 − (x_3 − 3)2 − x_4) \\geq 0, \\\\\n",
31+
" C_{5}\\left(\\mathbf{x}\\right) = (4 − (x_3 − 3)^2 − x_4) \\geq 0, \\\\\n",
3232
" C_{6}\\left(\\mathbf{x}\\right) = ((x_5 − 3)^2 + x_6−4) \\geq 0, \\\\\n",
3333
"\\end{cases}\n",
3434
"\n",

0 commit comments

Comments
 (0)