Skip to content

Commit bcfe002

Browse files
Merge pull request #184 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 84e1b64 + 100ba91 commit bcfe002

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,12 @@ The **graphical method** for solving simple linear programming (LP) problems inv
244244

245245
## Steps to Solve Graphically
246246

247+
<br>
248+
247249
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.
248250

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.
251+
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. The feasible region is the area where all the shaded regions of the inequalities overlap. If there are non-negativity constraints (\(x_1 \geq 0\) and \(x_2 \geq 0\)), the feasible region will be in the **first quadrant**.
252+
250253

251254

252255

0 commit comments

Comments
 (0)