Cbc
trunk
|
00001 /* $Id$ */ 00002 // Copyright (C) 2002, International Business Machines 00003 // Corporation and others. All Rights Reserved. 00004 // This code is licensed under the terms of the Eclipse Public License (EPL). 00005 00006 #ifndef CbcBranchActual_H 00007 #define CbcBranchActual_H 00008 00009 #include "CbcBranchBase.hpp" 00010 #include "CoinPackedMatrix.hpp" 00011 #include "CbcClique.hpp" 00012 #include "CbcSOS.hpp" 00013 #include "CbcSimpleInteger.hpp" 00014 #include "CbcNWay.hpp" 00015 #include "CbcSimpleIntegerPseudoCost.hpp" 00016 #include "CbcBranchDefaultDecision.hpp" 00017 #include "CbcFollowOn.hpp" 00018 #include "CbcFixVariable.hpp" 00019 #include "CbcDummyBranchingObject.hpp" 00020 #include "CbcGeneral.hpp" 00021 #include "CbcGeneralDepth.hpp" 00022 #include "CbcSubProblem.hpp" 00023 #endif 00024