Skip to content

Commit a9b02cc

Browse files
Merge pull request #583 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 3d7bee3 + 09a9fff commit a9b02cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,18 @@ x_1 \geq 0 \text{ e } x_2 \geq 0
637637

638638
<br>
639639

640+
$
641+
\left\{
642+
\begin{aligned}
643+
x_1 + 3x_2 + s_1 &= 7 \\
644+
2x_1 + 2x_2 + s_2 &= 8 \\
645+
x_1 + x_2 + s_3 &= 3 \\
646+
x_2 + s_4 &= 2 \\
647+
x_1,\ x_2,\ s_1,\ s_2,\ s_3,\ s_4 &\geq 0
648+
\end{aligned}
649+
\right.
650+
$
651+
640652
SS
641653
\[
642654
\left\{

0 commit comments

Comments
 (0)