16 #ifndef BcpsDecompModel_h_ 17 #define BcpsDecompModel_h_ 21 #include "BcpsModel.h" 44 static const char * m_classTag;
73 decompAlgo_(decompAlgo)
107 inline void addNumNodes(
int newNodes = 1) { numNodes_ += newNodes; }
virtual ~BcpsDecompModel()
Destructor.
void readInstance(const char *dataFile)
Read in the instance data.
BcpsDecompModel(DecompAlgo *decompAlgo)
Default constructor.
BcpsDecompModel()
Default constructor.
void addNumNodes(int newNodes=1)
increment node count
DecompSubModel m_modelCore
DecompAlgo * getDecompAlgo() const
get a ptr to the decomp algo
void init()
initialize the model data
AlpsTreeNode * createRoot()
create the root node
Base class for DECOMP algorithms.
void setActiveNode(AlpsTreeNode *node)
set active node