Module biodivine_sketchbook::algorithms::fo_logic::eval_algorithm
source ยท Functionsยง
- Evaluate uninterpreted function applied to given arguments.
- Evaluate update function symbol applied to given arguments.
- eval_
equiv ๐Evaluate the equivalence operation. - eval_
exists ๐Evaluate existential quantifier. - eval_
forall ๐Evaluate universal quantifier. - eval_
imp ๐Evaluate the implication operation. - eval_
neg ๐Evaluate negation respecting the allowed universe. - Recursively evaluate the sub-formula represented by a
node
(of a syntactic tree) on a givengraph
. - eval_
variable ๐Evaluate a variable term. - eval_
xor ๐Evaluate the non-equivalence operation (xor).