Originally posted by: SystemAdmin
Hi, there,
I am currently learning Goal to control B&B. When I tried to get through the section of "cuts and goals", I found that in the manual page 1175, it was saying that before any global cut goals are added, the goal is initialized as:
IloCplex::Goal goal = AndGoal (BranchAsCplexGoal(getEnv()), this)
while I found in the code, it said
IloCplex::Goal goal = AndGoal (BranchAsCplexGoal(getEnv()), goal)
I think these 2 expressions should be different. But which one should be correct? Thanks
#CPLEXOptimizers#DecisionOptimization