I would like to compute strong branching with getStrongBranch function in CPLEX concert with C++.
getStrongBranch(IloNumArray downobj, IloNumArray upobj, const IloNumVarArray var, IloInt itmax)
The method like getObjValue reports the value of objective. Is there any method to get the value of downobj and upobj for a variable which is selected for branching?