|
Theory of Mind + Abduction
A Jason agent combining Theory of Mind with abductive reasoning
|
Extract the operator of a logical internal action.
Usage:
tomabd.misc.expr_operator(a & b, Op): Op unifies with "and".tomabd.misc.expr_operator(a | b, Op): Op unifies with "or".tomabd.misc.expr_operator(not a, Op): Op unifies with "not".tomabd.misc.expr_operator(a & b, Op): Op unifies with "none".