minbenh@gmail.com wrote:
> I use c++ Concert Technology in cplex. I have set a limit time in
> IloCplex::TiLim, but how can I get the gap value when it reaches the
> limit time? Is there such a function in c++ API?
I believe that IloCplex::getBestObjValue() will return the best bound
among the surviving nodes. The difference between that and the
incumbent solution would be the gap.
/Paul