Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay326 committed Jun 13, 2020
1 parent b2f82e6 commit 45c1f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper.jl
Expand Up @@ -150,7 +150,7 @@ function MOI.get(model::Optimizer, ::MOI.ListOfConstraints)
if info.has_upper_bound
push!(constraints, (MOI.SingleVariable, MOI.GreaterThan{Float64}))
end
if info.fixed
if info.is_fixed
push!(constraints, (MOI.SingleVariable, MOI.EqualTo{Float64}))
end
end
Expand Down

0 comments on commit 45c1f0f

Please sign in to comment.