> If Clp is being used, is there anyway to access the solver directly (i.e. > the ClpModel pointer)? Yes. Use method OsiClpSolverInterface::getModelPtr(). see: www.coin-or.org/Doxygen/Osi/class_osi_clp_solver_interface.html#z216_0 JP