#include <Formulas.h>


Public Member Functions | |
| TruthValue * | simpleCompute (TruthValue **TV, int N, long U=DefaultU) const |
Definition at line 511 of file Formulas.h.
| TruthValue * opencog::pln::EXISTFormula::simpleCompute | ( | TruthValue ** | TV, | |
| int | N, | |||
| long | U = DefaultU | |||
| ) | const [virtual] |
Simple compute do not handle CompositeTruthValues. It's called by compute() method, which handles CTVs.
Reimplemented from opencog::pln::Formula< FORALL_MAX_ARITY >.
Definition at line 846 of file Formulas.cc.
References opencog::pln::Formula< _TVN >::multiCompute(), and opencog::pln::NotFormula::simpleCompute().
1.5.6