Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbcCompareActual.hpp
Go to the documentation of this file.
1 /* $Id: CbcCompareActual.hpp 2465 2019-01-03 19:26:52Z unxusr $ */
2 // Copyright (C) 2002, 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 #ifndef CbcCompareActual_H
7 #define CbcCompareActual_H
8 #include "CbcNode.hpp"
9 #include "CbcCompareBase.hpp"
10 #include "CbcCompare.hpp"
11 #include "CbcCompareDepth.hpp"
12 #include "CbcCompareDefault.hpp"
13 #endif
14 
15 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
16 */