Skip to content

Commit

Permalink
[skip ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi authored Dec 9, 2024
1 parent b306f62 commit d1b37a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ s.t. Ax - b ≥ 0.

The KKT conditions for this problem can be expressed as follows:
```displaymath
G(x, y; θ) = Mx - θ - Aᵀ y = 0
G(x, y; θ) = Mx - θ - Aᵀ y = 0
H(x, y; θ) = Ax - b ≥ 0
y ≥ 0
yᵀ H(x, y; θ) = 0,
Expand Down

0 comments on commit d1b37a1

Please sign in to comment.