From 5e9d0f80a4346abc07fe9f436ec695322e6f0207 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: Wed, 26 Mar 2025 17:45:58 -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 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1ba6100..b640ad3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The [key difference]() between sim-opt and other analytical tools is its [abilit

-# I- Example of a [Optimization Problem]() +## I- Example of a [Optimization Problem]() #### [Click here](https://github.com/Quantum-Software-Development/Optimization-Simulation-Modeling-LinearProgramming/blob/8e3cf8ba6bdc2ce92a011ff5169a3ec704a9d6f0/class_1-Optimization-Simulation-Modelin/1-Optimization%20and%20Simulation.pdf) to access Theoretical and Pratical Material. @@ -82,6 +82,8 @@ $$ The simplex algorithm is used to solve linear problems. Although there isn't a specific command for it, we can describe it in text or use tables to show the steps of the algorithm. +
+ ### [Matrix]() A matrix can be created using the `amsmath` package: @@ -171,19 +173,20 @@ $$
-### Solution Steps +### [Solution Steps() 1. Express the cherry chocolate constraint: - $$\frac{x_1}{2} + \frac{x_2}{3} \leq 130$$ +$$\frac{x_1}{2} + \frac{x_2}{3} \leq 130$$ - ```latex - \frac{x_1}{2} + \frac{x_2}{3} \leq 130 - ``` + +```latex +\frac{x_1}{2} + \frac{x_2}{3} \leq 130 +```
-3. Express the mint chocolate constraint: +2. Express the mint chocolate constraint: $$\frac{x_1}{2} + \frac{2x_2}{3} \leq 170$$