Go to the documentation of this file.
27 #ifndef AlpsNodeDesc_h_
28 #define AlpsNodeDesc_h_
AlpsNodeDesc(AlpsKnowledgeBroker *broker)
@ AlpsKnowledgeTypeNodeDesc
AlpsNodeDesc()
Default constructor.
AlpsModel is a base class for user application problem data.
virtual AlpsReturnStatus decodeToSelf(AlpsEncoded &encoded)
Unpack fields from the given AlpsEncoded object.
This is an abstract base class for subproblem data to be stored in a tree node.
AlpsKnowledgeBroker * broker()
Get pointer to the knowledge broker.
The abstract base class of Alps knowledges generated during the search.
The base class of knowledge broker class.
AlpsEncoded * encode() const
Encode the content of this into an AlpsEncoded object and return a pointer to it.
AlpsKnowledge()
Default constructor.
virtual ~AlpsNodeDesc()
Destructor.
virtual AlpsReturnStatus encode(AlpsEncoded *encoded) const
Pack this node description into the given AlpsEncoded object.