Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 9, 2024
1 parent 178961f commit 86d3ebc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/tutorials/algorithms/pdhg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ end

MOI.get(::Optimizer, ::MOI.SolverName) = "PDHG"


MOI.Utilities.@product_of_sets(LinearZero, MOI.Zeros)

const Cache = MOI.Utilities.GenericModel{
Expand Down Expand Up @@ -266,7 +265,6 @@ function MOI.optimize!(dest::Optimizer, src::MOI.ModelLike)
return index_map, false
end


function MOI.get(model::Optimizer, ::MOI.ResultCount)
return model.status == MOI.OPTIMAL ? 1 : 0
end
Expand Down

0 comments on commit 86d3ebc

Please sign in to comment.