getIterationCount does not work. It is a pure virtual finction declared in OsiSolverInterface class, and implemented in OsiClpSolverInterface class. Currently a call of getIterationCount function invokes the implementation of Clp, which somehow does not work. It always returns 9999999.
getIterationCount does not work. It is a pure virtual finction declared in OsiSolverInterface class, and implemented in OsiClpSolverInterface class. Currently a call of getIterationCount function invokes the implementation of Clp, which somehow does not work. It always returns 9999999.