Skip to content

Commit cff038d

Browse files
Merge pull request #357 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 160fc92 + 95e8cb5 commit cff038d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,28 @@ $$
581581

582582

583583

584+
<br><br>
585+
586+
**3. (5 pontos)** Resolva o PL a seguir com o método Simplex:
587+
588+
589+
$$
590+
\[
591+
\begin{aligned}
592+
\textbf{Max.} \quad & Z = 4x_1 + 3x_2 \\
593+
\textbf{S.a.} \quad &
594+
\begin{cases}
595+
x_1 + 3x_2 \leq 7 \\
596+
2x_1 + 2x_2 \leq 8 \\
597+
x_1 + x_2 \leq 3 \\
598+
x_2 \leq 2 \\
599+
x_1 \geq 0 \text{ e } x_2 \geq 0
600+
\end{cases}
601+
\end{aligned}
602+
\]
603+
SS
604+
605+
584606
585607
586608

0 commit comments

Comments
 (0)