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
Not all implementations of Optimizer support deletion of variables or constraints. However, MOI.delete is used often in the tests, e.g. in linear1test.
Note that there is already the option TestConfig.modify_lhs but deletion is not guarded in a similar fashion.