Skip to content

Commit

Permalink
Fix latex
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 9, 2024
1 parent a55efdd commit 6141f78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/tutorials/algorithms/pdhg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ import SparseArrays

# Here is a pedagogical implementation of PDHG that solves the linear program:
# ```math
# \\begin{aligned}
# \\text{min} \\ & c^\\top x \\
# \\text{subject to} \\ & Ax = b \\
# & x \\ge 0.
# \\end{aligned}
# \begin{aligned}
# \text{min} \ & c^\top x \\
# \text{subject to} \ & Ax = b \\
# & x \ge 0.
# \end{aligned}
# ```
#
# Note that this implementation is intentionally kept simple. It is not robust
Expand Down

0 comments on commit 6141f78

Please sign in to comment.