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
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ The [key difference]() between sim-opt and other analytical tools is its [abilit
92
92
93
93
### [An optimization problem]() can be represented using the `optidef` package. For example:
94
94
95
+
<br>
96
+
95
97
$$
96
98
\begin{aligned}
97
99
&\min_{x} f(x) \\
@@ -113,6 +115,8 @@ $$
113
115
114
116
## [Simplex Algorithm]():
115
117
118
+
<br>
119
+
116
120
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.
117
121
118
122
<br>
@@ -121,6 +125,8 @@ The simplex algorithm is used to solve linear problems. Although there isn't a s
121
125
122
126
A matrix can be created using the `amsmath` package:
123
127
128
+
<br>
129
+
124
130
$$
125
131
A =
126
132
\begin{bmatrix}
@@ -145,6 +151,8 @@ a_{21} & a_{22}
145
151
146
152
Simulation generally involves complex mathematical models that can be described using differential or integral equations.
0 commit comments