Skip to content

Commit 3ae17b4

Browse files
Merge pull request #125 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 37d31c4 + 2769e64 commit 3ae17b4

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Sim-opt combines simulation and optimization techniques to provide a comprehensi
4343

4444
The key difference between sim-opt and other analytical tools is its ability to model the complexity and dynamics of real-world systems, including data uncertainty and variability[1]. This allows for the creation of more robust and adaptable plans[1].
4545

46-
<br>
46+
<br><br>
4747

48-
## [Optimization Problem]()
48+
## I- [Optimization Problem]()
4949

5050
### An optimization problem can be represented using the `optidef` package. For example:
5151

@@ -108,9 +108,9 @@ y(t) = A e^{kt}
108108

109109
#### This equation represents a simple solution to an ordinary differential equation.
110110

111-
<br>
111+
<br><br>
112112

113-
## [Modeling - Writing Mathematical Models]()
113+
## II- [Modeling - Writing Mathematical Models]()
114114

115115

116116
### Example 1: [Maximizing Profit for a Chocolate Manufacturer]()
@@ -176,6 +176,23 @@ $$
176176
Thus, the maximum profit achievable is [**R$ 5,100**]().
177177

178178

179+
<br><br>
180+
181+
182+
## III- Graphic Method for Linear Programming (LP)
183+
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+
194+
195+
179196

180197

181198

0 commit comments

Comments
 (0)