#include <Formulas.h>


Public Member Functions | |
| TruthValue * | simpleCompute (TruthValue **TV, int N, long U=DefaultU) const |
Definition at line 255 of file Formulas.h.
| TruthValue * opencog::pln::Inh2SimFormula::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< 4 >.
Definition at line 353 of file Formulas.cc.
References opencog::pln::ArityFreeFormula< TVType, ResultType >::checkTruthValue(), DebugPTLBodyFor_Link2Node2, opencog::pln::max(), PTLFormulaBodyFor_Link2Node2, and opencog::pln::TV_MIN.
1.5.6