Skip to content

Commit

Permalink
Update docs/src/tutorials/algorithms/pdhg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 9, 2024
1 parent 8dd032a commit 6f6bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/algorithms/pdhg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ mutable struct Optimizer <: MOI.AbstractOptimizer
obj_value::Float64

function Optimizer()
F =
F = MOI.VectorAffineFunction{Float64}
return new(
Dict{MOI.VariableIndex,Int}(),
Dict{MOI.ConstraintIndex{F,MOI.Zeros},Vector{Int}}(),
Expand Down

0 comments on commit 6f6bbbc

Please sign in to comment.