From 93763d79b8f38728457f347fe965cf65701ecb1b Mon Sep 17 00:00:00 2001 From: Joaquim Date: Sun, 5 Oct 2025 19:23:25 -0300 Subject: [PATCH] Update MOI_wrapper.jl --- src/MOI_wrapper.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MOI_wrapper.jl b/src/MOI_wrapper.jl index b9a0ff4c..7a717d5d 100644 --- a/src/MOI_wrapper.jl +++ b/src/MOI_wrapper.jl @@ -263,6 +263,7 @@ function MOI.supports_add_constrained_variable( return true end +# this method is necessary due ambiguities created by an MOI function function MOI.supports_add_constrained_variables( model::Optimizer, ::Type{MOI.Reals},