OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <opencog/atomspace/atom_types.h>
#include <opencog/atomspace/AtomSpace.h>
#include <opencog/atomspace/SimpleTruthValue.h>
#include <opencog/atoms/NumberNode.h>
#include <opencog/atoms/reduct/FunctionLink.h>
#include <opencog/cython/PythonEval.h>
#include <opencog/guile/SchemeEval.h>
#include "EvaluationLink.h"
Go to the source code of this file.
Functions | |
static TruthValuePtr | greater (AtomSpace *as, LinkPtr ll) |
static TruthValuePtr | equal (AtomSpace *as, LinkPtr ll) |
|
static |
Definition at line 100 of file EvaluationLink.cc.
References opencog::TruthValue::FALSE_TV(), and opencog::TruthValue::TRUE_TV().
|
static |
Definition at line 69 of file EvaluationLink.cc.
References opencog::FunctionLink::do_execute(), opencog::TruthValue::FALSE_TV(), opencog::NumberNodeCast(), and opencog::TruthValue::TRUE_TV().