hdavid16 / DisjunctiveProgramming.jl

A JuMP extension for Generalized Disjunctive Programming
MIT License
27 stars 3 forks source link

Error when adding disjunctions in a loop with EqualTo constraints #46

Closed hdavid16 closed 1 year ago

hdavid16 commented 2 years ago

There might be an issue with nested indexed disjunctions that use EqualTo constraints. These are converted to SparseAxisArrays and then can't be found (see plant design_scheduling example)