hdavid16 / DisjunctiveProgramming.jl

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

Only disaggregate variables involved in disjunction constraints (Hull reformulation) #44

Closed hdavid16 closed 2 years ago

hdavid16 commented 2 years ago

Currently, all variables are being disaggregated, which means that many variables are created unnecessarily, affecting performance.

hdavid16 commented 2 years ago

only relevant variables need to be bounded

hdavid16 commented 2 years ago

closed by https://github.com/hdavid16/DisjunctiveProgramming.jl/commit/859a1640ac0d89c399e54aab36b0b1acdc3f75ec