CbcSolverAnalyze.hpp
Go to the documentation of this file.
1 /* $Id: CbcSolver.hpp 1212 2009-08-21 16:19:13Z forrest $ */
2 // Copyright (C) 2007, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 
10 #ifndef CbcSolverAnalyze_H
11 #define CbcSolverAnalyze_H
12 
13 
14 int * analyze(OsiClpSolverInterface * solverMod, int & numberChanged,
15  double & increment, bool changeInt,
16  CoinMessageHandler * generalMessageHandler, bool noPrinting);
17 
18 #endif
19