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
If I do MOI.OptimizerWithAttributes(KNITRO.Optimizer, "algoritm"=> KNITRO.KN_ALG_BAR_DIRECT), and then use MOI.empty!(optimizer) before adding variables, I'd get MethodError: no method matching empty!(::MathOptInterface.OptimizerWithAttributes).