Skip to content

Commit 8cb5cb0

Browse files
Merge pull request #466 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents daa7852 + 61c48b1 commit 8cb5cb0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ After running Solver:
563563

564564
## Extras Excercise:
565565

566-
### 1- 📊 Linear Programming Mathematical Model — Production Optimization
566+
## 1- 📊 Linear Programming Mathematical Model — Production Optimization
567567

568568
### ✅ Problem Statement
569569

@@ -746,13 +746,16 @@ x_1 \geq 0, \quad x_2 \geq 0
746746
747747
<br>
748748
749-
---llll---
749+
## 2- 📈 Graphical Solution to the Linear Programming (LP) Problem
750750
751-
### 2- 📈 Graphical Solution to the Linear Programming (LP) Problem
751+
**Objective:**
752752
753+
Maximize
754+
$$
755+
Z = 4x_1 + 3x_2
756+
$$
753757
754758
755-
---oooo----
756759
757760
758761

0 commit comments

Comments
 (0)