Bcps
0.94.2
|
This class is the data structure for storing a subtree within BCPS. More...
#include <BcpsSubTree.h>
Public Member Functions | |
BcpsSubTree () | |
virtual | ~BcpsSubTree () |
BcpsConstraintPool * | getConstraintPool () const |
BcpsVariablePool * | getVariablePool () const |
This class is the data structure for storing a subtree within BCPS.
The biggest addition to the fields that already exist withink ALPS is the storage for the global list of objects that are active within that subtree. Initally, this will be implemeted as a std::set, but later on should be changed to something more efficient such as a hash table or something like that.
Definition at line 42 of file BcpsSubTree.h.
|
inline |
Definition at line 49 of file BcpsSubTree.h.
|
inlinevirtual |
Definition at line 54 of file BcpsSubTree.h.
|
inline |
Definition at line 60 of file BcpsSubTree.h.
|
inline |
Definition at line 65 of file BcpsSubTree.h.