Skip to content

Commit

Permalink
Update src/Bridges/Variable/bridges/hermitian.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 2, 2023
1 parent 96819b3 commit dad26cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/Variable/bridges/hermitian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function MOI.supports(
attr::MOI.VariablePrimalStart,
::Type{<:HermitianToSymmetricPSDBridge},
)
return MOI.set(model, attr, MOI.VariableIndex)
return MOI.supports(model, attr, MOI.VariableIndex)
end

function MOI.set(
Expand Down

0 comments on commit dad26cc

Please sign in to comment.