Skip to content

Commit 0346649

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 95f7c4f commit 0346649

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,35 @@ After running Solver:
549549
- **Z = 40×10 + 30×20 = 1000**
550550

551551

552+
## Extras Excercise
553+
554+
555+
556+
557+
558+
559+
560+
<br>
561+
562+
563+
### **2.** Solve graphically the LP presented below:
564+
565+
566+
$$
567+
\[
568+
\begin{aligned}
569+
\textbf{Max.} \quad & Z = 4x_1 + 3x_2 \\
570+
\textbf{S.a.} \quad &
571+
\begin{cases}
572+
x_1 + 3x_2 \leq 7 \\
573+
2x_1 + 2x_2 \leq 8 \\
574+
x_1 + x_2 \leq 3 \\
575+
x_2 \leq 2 \\
576+
x_1 \geq 0 \text{ e } x_2 \geq 0
577+
\end{cases}
578+
\end{aligned}
579+
\]
580+
$$
552581

553582

554583

0 commit comments

Comments
 (0)