Bcps 0.95.1
|
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 43 of file BcpsSubTree.h.
|
inline |
Definition at line 50 of file BcpsSubTree.h.
|
inlinevirtual |
Definition at line 55 of file BcpsSubTree.h.
|
inline |
Definition at line 61 of file BcpsSubTree.h.
|
inline |
Definition at line 66 of file BcpsSubTree.h.