You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The [key difference]() between sim-opt and other analytical tools is its [abilit
52
52
53
53
<br><br>
54
54
55
-
# I- Example of a [Optimization Problem]()
55
+
##I- Example of a [Optimization Problem]()
56
56
57
57
#### [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.
58
58
@@ -82,6 +82,8 @@ $$
82
82
83
83
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.
84
84
85
+
<br>
86
+
85
87
### [Matrix]()
86
88
87
89
A matrix can be created using the `amsmath` package:
0 commit comments