Skip to content

Commit e33d890

Browse files
committed
typos
1 parent cd64240 commit e33d890

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

optimization301/Modeling_Session_2/completed_modeling2.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
},
741741
{
742742
"cell_type": "code",
743-
"execution_count": 17,
743+
"execution_count": null,
744744
"id": "ec8a9f00",
745745
"metadata": {},
746746
"outputs": [
@@ -883,11 +883,11 @@
883883
"id": "aaebab37",
884884
"metadata": {},
885885
"source": [
886-
"Let $A_{\\hat{p}}$ be the artificial variable noted above for production location $\\hat{p}$. The constraint in question, looking at the lp file, is:\n",
886+
"Let $A_{\\hat{p}}$ be the artificial variable noted above for production location $\\hat{p}$. The constraint(s) in question, looking at the lp file:\n",
887887
"\n",
888888
"$$\n",
889889
"\\begin{align*} \n",
890-
"\\sum_{d}x_{\\hat{p},d} + A_{\\hat{p}} &\\ge 126\n",
890+
"\\sum_{d}x_{\\hat{p},d} + A_{\\hat{p}} &\\ge a*m_p\n",
891891
"\\end{align*}\n",
892892
"$$"
893893
]

optimization301/Modeling_Session_2/modeling2.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,11 @@
551551
"id": "aaebab37",
552552
"metadata": {},
553553
"source": [
554-
"Let $A_{\\hat{p}}$ be the artificial variable noted above for production location $\\hat{p}$. The constraint in question, looking at the lp file, is:\n",
554+
"Let $A_{\\hat{p}}$ be the artificial variable noted above for production location $\\hat{p}$. The constraint(s) in question, looking at the lp file:\n",
555555
"\n",
556556
"$$\n",
557557
"\\begin{align*} \n",
558-
"\\sum_{d}x_{\\hat{p},d} + A_{\\hat{p}} &\\ge 126\n",
558+
"\\sum_{d}x_{\\hat{p},d} + A_{\\hat{p}} &\\ge a*m_p\n",
559559
"\\end{align*}\n",
560560
"$$"
561561
]

0 commit comments

Comments
 (0)