Skip to content

Commit cf6bb91

Browse files
Merge pull request #580 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents cd2d12f + f0d6807 commit cf6bb91

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
@@ -635,6 +635,18 @@ x_1 \geq 0 \text{ e } x_2 \geq 0
635635

636636
### [The system becomes]():
637637

638+
<br>
639+
640+
$x_1 + 3x_2 + s_1 = 7$
641+
$2x_1 + 2x_2 + s_2 = 8$
642+
$x_1 + x_2 + s_3 = 3$
643+
$x_2 + s_4 = 2$
644+
$x_1,\ x_2,\ s_1,\ s_2,\ s_3,\ s_4 \geq 0$
645+
646+
<br>
647+
648+
649+
638650

639651

640652

0 commit comments

Comments
 (0)