Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfridovi committed Nov 15, 2024
1 parent 517b9cd commit 67de54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ A typical value of τ is 0.995. Once we converge to ||F(z; \epsilon)|| ≤ ϵ,
we typically decrease ϵ by a factor of 0.1 or 0.2, with smaller values chosen
when the previous subproblem is solved in fewer iterations.
"""
function solve(::InteriorPoint, mcp::MCP, x₀, y₀)
function solve(::InteriorPoint, mcp::PrimalDualMCP, x₀, y₀)
# TODO!
end

0 comments on commit 67de54a

Please sign in to comment.