#include <string>#include <vector>#include "CbcBranchBase.hpp"#include "OsiBranchingObject.hpp"

Go to the source code of this file.
Classes | |
| class | CbcBranchingObject |
| Abstract branching object base class Now just difference with OsiBranchingObject. More... | |
Enumerations | |
| enum | CbcBranchObjType { SimpleIntegerBranchObj = 100, SimpleIntegerDynamicPseudoCostBranchObj = 101, CliqueBranchObj = 102, LongCliqueBranchObj = 103, SoSBranchObj = 104, NWayBranchObj = 105, FollowOnBranchObj = 106, DummyBranchObj = 107, GeneralDepthBranchObj = 108, OneGeneralBranchingObj = 110, CutBranchingObj = 200, LotsizeBranchObj = 300, DynamicPseudoCostBranchObj = 400 } |
| enum CbcBranchObjType |
Definition at line 18 of file CbcBranchingObject.hpp.
1.6.1