limp-cbc-0.3.2.0: cbits/coin/CbcSolverAnalyze.hpp
/* $Id: CbcSolverAnalyze.hpp 1902 2013-04-10 16:58:16Z stefan $ */
// Copyright (C) 2007, International Business Machines
// Corporation and others. All Rights Reserved.
// This code is licensed under the terms of the Eclipse Public License (EPL).
/*! \file CbcSolverAnalyze.hpp
\brief Look to see if a constraint is all-integer (variables & coeffs), or could be
all integer.
*/
#ifndef CbcSolverAnalyze_H
#define CbcSolverAnalyze_H
int * analyze(OsiClpSolverInterface * solverMod, int & numberChanged,
double & increment, bool changeInt,
CoinMessageHandler * generalMessageHandler, bool noPrinting);
#endif