hdavid16 / DisjunctiveProgramming.jl

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

Big-M Tightness #42

Closed hdavid16 closed 1 year ago

hdavid16 commented 2 years ago

IntervalArithmetic won't necessarily give you the tightest Big-M value for nonlinear GDP.

hdavid16 commented 1 year ago

Need to throw an error when Big-M is applied to a nonlinear constraint and no M value was provided

hdavid16 commented 1 year ago

An possible feature would be to build and solve an NLP to get the maximum big-M value for the nonlinear constraint.