Closed yuxies closed 1 year ago
Update:
findBigMBendersBinaryCut()
to boolean, and the value of bigM is now passed using a parameter. false
.findBigMBendersBinaryCut()
. IncObj
to BendBin
in variable names.bigMBendBin_
and isBigMBendBinSet_
to track whether the bigM problem has been solved (currently on $\mathcal(S)$) before and the bigM value has been recorded. The value will be stored in bigMBendBin_
and used for future generations of Benders binary cut.
Caused by unbounded \llv\ variables.
-inf
.isBigMIncObjErr_
to track this case, and turn off Benders binary cut once the error is detected.Will run more tests.