Skip to content

Commit 5b47aaa

Browse files
authored
Updated LaTeX
1 parent e9b382c commit 5b47aaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Scipy-Linear-Programming.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
"The linear programming (LP) problem is,\n",
3131
"\n",
3232
"$$\\text{maximize: }\\ 20x_1+12x_2+30x_3+15x_4$$\n",
33+
"\n",
3334
"$$\\text{s.t.: } x_1+x_2+x_3+x_4 \\leq 50 \\text { (manpower constraint)}$$\n",
35+
"\n",
3436
"$$3x_1+2x_2+2x_3 \\leq 100 \\text { (material A constraint)}$$\n",
37+
"\n",
3538
"$$x_2+5x_3+3x_4 \\leq 90 \\text { (material B constraint)}$$\n",
39+
"\n",
3640
"$$x_1, x_2, x_3, x_4 \\geq 0$$\n",
3741
"\n",
3842
"---"

0 commit comments

Comments
 (0)