Skip to content

Commit 84e1b64

Browse files
Merge pull request #183 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents cc428cd + c5ac42b commit 84e1b64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ The **graphical method** for solving simple linear programming (LP) problems inv
246246

247247
1. **[Plot the Constraints]():** For each constraint, treat it as an equality and plot the corresponding straight line on the Cartesian plane $\(x_1\)$ on the horizontal axis, $\(x_2\)$ on the vertical axis.
248248

249+
2. **[Identify the Feasible Region]():** For each inequality constraint, determine which side of the line satisfies the inequality. This can be done by testing a point (e.g., the origin \((0,0)\) if it's not on the line) in the inequality.
250+
249251

250252

251253

0 commit comments

Comments
 (0)