Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Jun 25, 2024
1 parent daf0d4f commit 0363f5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercise-sheet-5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ nichtlineares Innere-Punkt-Verfahren, ist in einer CasADi-Installation bereits e
Nichtlineare Programme werden in CasADi in der Standardform

$$
\begin{equation}
\begin{aligned}
& \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}}
\end{aligned}
\end{equation}
$$

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 0363f5b

Please sign in to comment.