hdavid16 / DisjunctiveProgramming.jl

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

Allow nested disjunctions #30

Closed hdavid16 closed 10 months ago

hdavid16 commented 2 years ago

Use nested tuples or tuples if no tuples are used in the top layer.

hdavid16 commented 2 years ago

Current solution is to reformulate the inner disjunction and then add the reformulated constraints in the outer disjunction

hdavid16 commented 10 months ago

done in v0.4.0