Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbcBranchActual.hpp
Go to the documentation of this file.
1 /* $Id: CbcBranchActual.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 CbcBranchActual_H
7 #define CbcBranchActual_H
8 
9 #include "CbcBranchBase.hpp"
10 #include "CoinPackedMatrix.hpp"
11 #include "CbcClique.hpp"
12 #include "CbcSOS.hpp"
13 #include "CbcSimpleInteger.hpp"
14 #include "CbcNWay.hpp"
17 #include "CbcFollowOn.hpp"
18 #include "CbcFixVariable.hpp"
20 #include "CbcGeneral.hpp"
21 #include "CbcGeneralDepth.hpp"
22 #include "CbcSubProblem.hpp"
23 #endif
24 
25 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
26 */