Originally posted by: Lessi
Hi, I add those lines of code to do own branching; where yFull[pos] is an unfixed binary variable. However, my program crashes. Could you suggest to me what is the source of the problem?
this->makeBranch(yFull[pos], 1, IloCplex::BranchDown, this->getObjValue());
this->makeBranch(yFull[pos], 0, IloCplex::BranchUp, this->getObjValue());
return ;
Thank you,
#CPLEXOptimizers#DecisionOptimization