Skip to content

Commit

Permalink
Update src/MOI/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 2, 2024
1 parent 65f5665 commit 53b36f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3585,7 +3585,7 @@ end
_function_enums(::Type{<:MOI.ScalarAffineFunction}) = (AFFINE,)
_function_enums(::Type{<:MOI.ScalarQuadraticFunction}) = (QUADRATIC,)
_function_enums(::Type{<:MOI.VectorAffineFunction}) = (INDICATOR,)
_function_enums(::Type{<:MOI.VectorOfVariables}) = (SOS, RSOC)
_function_enums(::Type{<:MOI.VectorOfVariables}) = (SOC, RSOC)

function MOI.get(
model::Optimizer,
Expand Down

0 comments on commit 53b36f6

Please sign in to comment.