hdavid16 / DisjunctiveProgramming.jl

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

Variable Lower Bound #18

Closed hdavid16 closed 2 years ago

hdavid16 commented 2 years ago

If variables don't have a lower bound and Convex Hull Reformulation is selected, the program will error. Instead of erroring, the program should assign 0 as the lower bound and give a warning about this.