#include <BackInferenceTreeNode.h>


Public Member Functions | |
| BoundVertex | evaluate1 (int index) |
| Btr< std::set< BoundVertex > > | evaluate (std::set< const BITNode * > *chain=NULL) const |
| Btr< std::set< BoundVertex > > | pseudo_evaluate () const |
Definition at line 722 of file BackInferenceTreeNode.h.
| BoundVertex opencog::pln::ExplicitlyEvaluatedBITNode::evaluate1 | ( | int | index | ) |
| Btr<std::set<BoundVertex> > opencog::pln::ExplicitlyEvaluatedBITNode::evaluate | ( | std::set< const BITNode * > * | chain = NULL |
) | const |
| Btr<std::set<BoundVertex> > opencog::pln::ExplicitlyEvaluatedBITNode::pseudo_evaluate | ( | ) | const |
Use for brute force checking of whether the tree can be evaluated (but do not really evaluate).
1.5.6