From 231486e85434b42840e31fc23720f5807733667a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Sun, 16 Mar 2025 18:19:31 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 298e8c7..d7eeab3 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,9 @@ The **graphical method** for solving simple linear programming (LP) problems inv ## Steps to Solve Graphically +1. **[Plot the Constraints](0:** 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). + +