URE::UREEngine
Inherits Reference < Object
Main URE engine combining forward and backward chaining with mixed inference
Constructors
new(atomspace : AtomSpace::AtomSpace)
Instance methods
Advanced mixed inference with adaptive strategy selection
add_rule(rule : Rule)
backward_chainer
execute_strategy(strategy : InferenceStrategy, goal : AtomSpace::Atom, max_time : Float64 = 30.0) : Array(AtomSpace::Atom)
Execute specific inference strategy
forward_chainer
Simple mixed chaining for compatibility
mixed_engine