Dip  0.92.4
Public Member Functions | List of all members
BcpsDecompModel Class Reference

#include <BcpsDecompModel.h>

+ Inheritance diagram for BcpsDecompModel:

Public Member Functions

 BcpsDecompModel ()
 Default constructor. More...
 
 BcpsDecompModel (DecompAlgo *decompAlgo)
 Default constructor. More...
 
virtual ~BcpsDecompModel ()
 Destructor. More...
 
void readInstance (const char *dataFile)
 Read in the instance data. More...
 
AlpsTreeNode * createRoot ()
 create the root node More...
 
void init ()
 initialize the model data More...
 
DecompAlgogetDecompAlgo () const
 get a ptr to the decomp algo More...
 
void setActiveNode (AlpsTreeNode *node)
 set active node More...
 
void addNumNodes (int newNodes=1)
 increment node count More...
 
int getNumRows ()
 
int getNumCols ()
 

Detailed Description

Definition at line 40 of file BcpsDecompModel.h.

Constructor & Destructor Documentation

◆ BcpsDecompModel() [1/2]

BcpsDecompModel::BcpsDecompModel ( )
inline

Default constructor.

Definition at line 64 of file BcpsDecompModel.h.

◆ BcpsDecompModel() [2/2]

BcpsDecompModel::BcpsDecompModel ( DecompAlgo decompAlgo)
inline

Default constructor.

Definition at line 71 of file BcpsDecompModel.h.

◆ ~BcpsDecompModel()

virtual BcpsDecompModel::~BcpsDecompModel ( )
inlinevirtual

Destructor.

Definition at line 79 of file BcpsDecompModel.h.

Member Function Documentation

◆ readInstance()

void BcpsDecompModel::readInstance ( const char *  dataFile)

Read in the instance data.

◆ createRoot()

AlpsTreeNode* BcpsDecompModel::createRoot ( )

create the root node

◆ init()

void BcpsDecompModel::init ( )

initialize the model data

◆ getDecompAlgo()

DecompAlgo* BcpsDecompModel::getDecompAlgo ( ) const
inline

get a ptr to the decomp algo

Definition at line 100 of file BcpsDecompModel.h.

◆ setActiveNode()

void BcpsDecompModel::setActiveNode ( AlpsTreeNode *  node)
inline

set active node

Definition at line 104 of file BcpsDecompModel.h.

◆ addNumNodes()

void BcpsDecompModel::addNumNodes ( int  newNodes = 1)
inline

increment node count

Definition at line 107 of file BcpsDecompModel.h.

◆ getNumRows()

int BcpsDecompModel::getNumRows ( )
inline

Definition at line 109 of file BcpsDecompModel.h.

◆ getNumCols()

int BcpsDecompModel::getNumCols ( )
inline

Definition at line 113 of file BcpsDecompModel.h.


The documentation for this class was generated from the following file: