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
Some bridges return a vector for things like ListOfVariableIndices that they use internally. Since we have the (unstated???) contract that results returned from MOI.get are now the property of the caller, these should switch to returning copies. Anything else just seems liable to introduce bugs.