Skip to content

Commit e116101

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent cf6bb91 commit e116101

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,33 @@ $x_1,\ x_2,\ s_1,\ s_2,\ s_3,\ s_4 \geq 0$
645645

646646
<br>
647647

648+
```latex
649+
\
650+
\begin{aligned}
651+
\text{Max.} \quad & Z = 4x_1 + 3x_2 \\
652+
\text{S.a.} \quad &
653+
\begin{cases}
654+
x_1 + 3x_2 + s_1 = 7 \\
655+
2x_1 + 2x_2 + s_2 = 8 \\
656+
x_1 + x_2 + s_3 = 3 \\
657+
x_2 + s_4 = 2 \\
658+
x_1,\, x_2,\, s_1,\, s_2,\, s_3,\, s_4 \geq 0
659+
\end{cases}
660+
\end{aligned}
661+
\
662+
```
663+
<br>
664+
665+
666+
667+
668+
669+
670+
671+
672+
673+
674+
648675

649676

650677

0 commit comments

Comments
 (0)