Cbc trunk
|
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 // This code is licensed under the terms of the Eclipse Public License (EPL). 00005 00006 00012 #ifndef CbcSolverAnalyze_H 00013 #define CbcSolverAnalyze_H 00014 00015 00016 int * analyze(OsiClpSolverInterface * solverMod, int & numberChanged, 00017 double & increment, bool changeInt, 00018 CoinMessageHandler * generalMessageHandler, bool noPrinting); 00019 00020 #endif 00021