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
Still very much a draft. I'll add more details later.
4
-
When the user uses the container syntax to create constraints, MOI receives each constraint independently so ExaModels.jl has to recover the repeated structure. We discussed during the JuMP-dev hackathon of a way to communicate the repeated structure through MOI more explicitly and this PR is a POC the resulting design.
5
-
As a byproduct, this also gives a solution for https://github.com/jump-dev/JuMP.jl/issues/1654 since the constraint will be expanded at the MOI level with a bridge from FunctionGenerator in Zeros to Scalar?Function in EqualTo (we need a way to know the scalar function type but that should be doable)
6
-
We can also recover the pretty printing of containers that we had in JuMP v0.18.
7
-
Started as https://github.com/jump-dev/JuMP.jl/pull/3890
0 commit comments