hdavid16 / DisjunctiveProgramming.jl

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

Using nothing for an empty disjunction #40

Closed hdavid16 closed 2 years ago

hdavid16 commented 2 years ago

Only works if using big M. Otherwise, the empty disjunct will set the values of all variables to 0 if chosen.

hdavid16 commented 2 years ago

Fixed