00001 /* $Id: CbcSolver.hpp 1212 2009-08-21 16:19:13Z forrest $ */ 00002 // Copyright (C) 2007, International Business Machines 00003 // Corporation and others. All Rights Reserved. 00004 00010 #ifndef CbcSolverAnalyze_H 00011 #define CbcSolverAnalyze_H 00012 00013 00014 int * analyze(OsiClpSolverInterface * solverMod, int & numberChanged, 00015 double & increment, bool changeInt, 00016 CoinMessageHandler * generalMessageHandler, bool noPrinting); 00017 00018 #endif 00019