Skip to content

Commit

Permalink
Update exercise_set1.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchisin committed Nov 14, 2024
1 parent f562c02 commit f1efe22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions optimization202/Modeling_Session_1/exercise_set1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
"\n",
"> Part 2. \n",
"\n",
"\\begin{align}\n",
"x_1 + x_2 + x_3 &= 6 \\\\\n",
"3x_1 + 2x_2 + x_3 &\\ge 20 \\\\\n",
"\\begin{align*}\n",
"x_1 + x_2 + x_3 &= 6 \\quad &(1) \\\\\n",
"3x_1 + 2x_2 + x_3 &\\ge 20 \\quad &(2)\\\\\n",
"x_1, x_2, x_3, &\\ge 0\n",
"\\end{align}\n",
"\\end{align*}\n",
"\n",
"**Q9.** Translate the following into constraints using binary variables for deciding to invest in three stocks. Then determine if they are compatible as above. \n",
"\n",
Expand Down

0 comments on commit f1efe22

Please sign in to comment.