We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04c8db commit a212d5eCopy full SHA for a212d5e
src/MOI_wrapper.jl
@@ -79,7 +79,7 @@ end
79
### `supports_constraint`
80
###
81
82
-MOI.supports_constraint(::Optimizer, ::Type{VI} , ::Type{<:ALS}) = true
+MOI.supports_constraint(::Optimizer, ::Type{VI}, ::Type{<:ALS}) = true
83
MOI.supports_constraint(::Optimizer, ::Type{SAF}, ::Type{<:ALS}) = true
84
MOI.supports_constraint(::Optimizer, ::Type{VAF}, ::Type{<:VLS}) = true
85
MOI.supports_constraint(::Optimizer, ::Type{SQF}, ::Type{<:ALS}) = true
0 commit comments