Skip to content

Commit

Permalink
Update src/MOI_wrapper.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Benoît Legat <[email protected]>
  • Loading branch information
amontoison and blegat committed Jan 24, 2025
1 parent d04c8db commit a212d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end
### `supports_constraint`
###

MOI.supports_constraint(::Optimizer, ::Type{VI} , ::Type{<:ALS}) = true
MOI.supports_constraint(::Optimizer, ::Type{VI}, ::Type{<:ALS}) = true
MOI.supports_constraint(::Optimizer, ::Type{SAF}, ::Type{<:ALS}) = true
MOI.supports_constraint(::Optimizer, ::Type{VAF}, ::Type{<:VLS}) = true
MOI.supports_constraint(::Optimizer, ::Type{SQF}, ::Type{<:ALS}) = true
Expand Down

0 comments on commit a212d5e

Please sign in to comment.