|
The
disjunctive hybrid formulation is first
transformed into a MIP problem by applying
the convex
hull or the BigM
relaxation of a disjunctive
set. The user should select the transformation
he prefers by choosing the algorithm
in the GAMS
input file. You must specify
in the GAMS input file the following
sentences:
for
the convex
hull relaxation
OPTION
MIP = LMCHULL;
for
the BigM
relaxation
OPTION
MIP = LMBIGM;
|