Skip to content

Commit c4eddae

Browse files
docs: Fix QPFunction math formula
1 parent 509bac1 commit c4eddae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/proxsuite/torch/qplayer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ def QPFunction(
2525
2626
$$
2727
\begin{align}
28-
\min_{x} & ~\frac{1}{2}z^{T} Q (\theta) z +p(\theta)^{T}z \\\
28+
\min_{z} & ~\frac{1}{2}z^{T} Q (\theta) z +p(\theta)^{T}z \\\
2929
\text{s.t.} & ~A(\theta) z = b(\theta) \\\
30-
& ~l(\theta) \leq G(\theta) x \leq u(\theta)
30+
& ~l(\theta) \leq G(\theta) z \leq u(\theta)
3131
\end{align}
3232
$$
3333

0 commit comments

Comments
 (0)