You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Create an optimizer such as POI.Optimizer(HiGHS.Optimizer(); evaluate_duals = true) to enable this feature.",
163
-
),
164
-
)
165
-
end
166
-
if!_is_additive(model, cp)
167
-
error("Cannot compute the dual of a multiplicative parameter")
152
+
msg ="$attr not available when evaluate_duals is set to false. Create an optimizer such as `POI.Optimizer(HiGHS.Optimizer(); evaluate_duals = true)` to enable this feature."
153
+
throw(MOI.GetAttributeNotAllowed(attr, msg))
154
+
elseif!_is_additive(model, cp)
155
+
msg ="Cannot compute the dual of a multiplicative parameter"
0 commit comments