dlvhex
2.5.0
|
Node of GenuineGuessAndCheckModelGenerator::ExternalAtomVerificationTree. More...
#include <include/dlvhex2/ExternalAtomVerificationTree.h>
Public Types | |
typedef boost::shared_ptr< Node > | Ptr |
Data Fields | |
ID | label |
Label of the edge from the parent to this node. | |
InterpretationPtr | verified |
Auxiliary atoms verified in this node. | |
std::vector< Ptr > | childNodes |
Children. |
Node of GenuineGuessAndCheckModelGenerator::ExternalAtomVerificationTree.
Definition at line 59 of file ExternalAtomVerificationTree.h.
typedef boost::shared_ptr<Node> ExternalAtomVerificationTree::Node::Ptr |
Definition at line 60 of file ExternalAtomVerificationTree.h.
std::vector<Ptr> ExternalAtomVerificationTree::Node::childNodes |
Children.
Definition at line 66 of file ExternalAtomVerificationTree.h.
Label of the edge from the parent to this node.
Definition at line 62 of file ExternalAtomVerificationTree.h.
Auxiliary atoms verified in this node.
Definition at line 64 of file ExternalAtomVerificationTree.h.