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
It would be nice to support syntax like @variable(m, x[i=S, j=T], container=SparseVarArray)
I looked a bit into extending Containers.container, and I think there are a couple of issues:
Containers.container does not support passing index names, I figure that would require an update in JuMP
We keep a reference to the model in our containers, while apparently the container and the variables are constructed separately in the standard containers. This would require a refactoring on our part.
The text was updated successfully, but these errors were encountered:
It would be nice to support syntax like
@variable(m, x[i=S, j=T], container=SparseVarArray)
I looked a bit into extending Containers.container, and I think there are a couple of issues:
The text was updated successfully, but these errors were encountered: