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
The conic solvers don't support any variable constraints. So when implementing copy_to from their OptimizerCache, they will all need to check that no constraint variable is set. LP solvers supports some of them but not all so they will need to check that the ones they support are not set.
One way to improve the situation would be to allow GenericModel to have different type of variable containers.