Skip to content

Commit

Permalink
trying to enable equation numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Jun 25, 2024
1 parent 991584e commit dee945d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercise-sheet-5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ Der open-source Solver `IPOPT`, ein nichtlineares Innere-Punkt-Verfahren, ist in
Nichtlineare Programme werden in `CasADi` in der Standardform

$$
\begin{align}
& \min_{x \in \mathbb{R}^n}
& & f(x) \\
& \text{s.t.}
& & x_{\text{lb}} \leq x \leq x_{\text{ub}}, \\
& & & g_{\text{lb}} \leq g(x) \leq g_{\text{ub}}
\tag{1}
\end{align}
$$

formuliert, wobei die vektorwertige Funktion $g : \mathbb{R}^n \rightarrow \mathbb{R}^m$ zusammen mit den Begrenzungen $g_{\text{lb}}, u_{\text{lb}} \in \mathbb{R}^m$ die nichtlinearen Nebenbedingungen ausdrückt.
Expand Down

0 comments on commit dee945d

Please sign in to comment.