Home
last modified time | relevance | path

Searched refs:substituteBoundVariablesToInstConstants (Results 1 – 6 of 6) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dinstantiation_engine.cpp185 d_quantEngine->getTermUtil()->substituteBoundVariablesToInstConstants( in registerQuantifier()
H A Dinst_strategy_e_matching.cpp291 ->substituteBoundVariablesToInstConstants(hd, f); in generateTriggers()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dterm_util.h151 Node substituteBoundVariablesToInstConstants(Node n, Node q);
H A Drewrite_engine.cpp301 d_quantEngine->getTermUtil()->substituteBoundVariablesToInstConstants( in getInstConstNode()
H A Dterm_util.cpp211 Node n = substituteBoundVariablesToInstConstants(q[1], q); in getInstConstantBody()
239 Node TermUtil::substituteBoundVariablesToInstConstants(Node n, Node q) in substituteBoundVariablesToInstConstants() function in CVC4::theory::quantifiers::TermUtil
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dquantifier_macros.cpp189 ->substituteBoundVariablesToInstConstants(n, f); in isGroundUfTerm()