Skip to content

Commit

Permalink
Fix another equation in ipm.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 20, 2024
1 parent bce72af commit 65baaee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tex/sections/ipm.tex
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ \subsection{Solving the KKT conditions with the interior-point method}
\tag{$K_1$}
\setlength\arraycolsep{3pt}
\begin{bmatrix}
K & G^\top \\
G & -\delta_c I \phantom{^\top}
K & \phantom{-} G^\top \\
G & -\delta_c I
\end{bmatrix}
\begin{bmatrix}
d_x \\ d_y
Expand All @@ -273,7 +273,7 @@ \subsection{Solving the KKT conditions with the interior-point method}
\end{equation}
Using the solution of the system~\eqref{eq:kkt:condensed},
we recover the updates on the slacks and inequality multipliers with
$d_z = -C r_2 + D_H(H d_x + r_4)$ and $d_s = -(D_s + \delta_w I)^{-1}(r_2 - d_z)$.
$d_z = -C r_2 + D_H(H d_x + r_4)$ and $d_s = -(D_s + \delta_w I)^{-1}(r_2 + d_z)$.
Using Sylvester's law of inertia, we can prove that
\begin{equation}
\label{eq:ipm:inertia}
Expand Down

0 comments on commit 65baaee

Please sign in to comment.