Last change
on this file since 1899 was
1899,
checked in by stefan, 6 years ago
|
fixup svn properties
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
587 bytes
|
Line | |
---|
1 | /* $Id: CbcSolverAnalyze.hpp 1899 2013-04-09 18:12:08Z stefan $ */ |
---|
2 | // Copyright (C) 2007, International Business Machines |
---|
3 | // Corporation and others. All Rights Reserved. |
---|
4 | // This code is licensed under the terms of the Eclipse Public License (EPL). |
---|
5 | |
---|
6 | |
---|
7 | /*! \file CbcSolverAnalyze.hpp |
---|
8 | \brief Look to see if a constraint is all-integer (variables & coeffs), or could be |
---|
9 | all integer. |
---|
10 | */ |
---|
11 | |
---|
12 | #ifndef CbcSolverAnalyze_H |
---|
13 | #define CbcSolverAnalyze_H |
---|
14 | |
---|
15 | |
---|
16 | int * analyze(OsiClpSolverInterface * solverMod, int & numberChanged, |
---|
17 | double & increment, bool changeInt, |
---|
18 | CoinMessageHandler * generalMessageHandler, bool noPrinting); |
---|
19 | |
---|
20 | #endif |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.