hdavid16 / DisjunctiveProgramming.jl

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

Warn user if big M provided is too small #32

Open hdavid16 opened 2 years ago

hdavid16 commented 2 years ago

Infer tightest big M value with the interval arithmetic, then make sure the M provided is not less than this value.