Skip to content

Commit daac304

Browse files
Merge pull request #286 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents e62eb6d + 5e9d0f8 commit daac304

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The [key difference]() between sim-opt and other analytical tools is its [abilit
5252

5353
<br><br>
5454

55-
# I- Example of a [Optimization Problem]()
55+
## I- Example of a [Optimization Problem]()
5656

5757
#### [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.
5858

@@ -82,6 +82,8 @@ $$
8282

8383
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.
8484

85+
<br>
86+
8587
### [Matrix]()
8688

8789
A matrix can be created using the `amsmath` package:
@@ -171,19 +173,20 @@ $$
171173

172174
<br>
173175

174-
### Solution Steps
176+
### [Solution Steps()
175177

176178
1. Express the cherry chocolate constraint:
177179

178-
$$\frac{x_1}{2} + \frac{x_2}{3} \leq 130$$
180+
$$\frac{x_1}{2} + \frac{x_2}{3} \leq 130$$
179181

180-
```latex
181-
\frac{x_1}{2} + \frac{x_2}{3} \leq 130
182-
```
182+
183+
```latex
184+
\frac{x_1}{2} + \frac{x_2}{3} \leq 130
185+
```
183186

184187
<br>
185188

186-
3. Express the mint chocolate constraint:
189+
2. Express the mint chocolate constraint:
187190

188191
$$\frac{x_1}{2} + \frac{2x_2}{3} \leq 170$$
189192

0 commit comments

Comments
 (0)