[Clp] OsiClpSolverInterface::computeLargestAway sets LogLevel

Jan-Willem Goossens jhmgoossens at hotmail.com
Thu Oct 6 06:59:22 EDT 2011


It seems to me that the computeLargestAway() method in
OsiClpSolverInterface sets the LogLevel to a 'temporary' value, but
doesnt set it back:

OsiClpSolverInterface::computeLargestAway()
{
  // get largest scaled away from bound
  ClpSimplex temp=*modelPtr_;
  temp.setLogLevel(0);


I guess the original value should be saved, and then re-set?
Regards,

Jan-Willem



More information about the Clp mailing list