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 given graph.
  • eval_variable ๐Ÿ”’
    Evaluate a variable term.
  • eval_xor ๐Ÿ”’
    Evaluate the non-equivalence operation (xor).