Home
last modified time | relevance | path

Searched refs:isIdempotentArg (Results 1 – 3 of 3) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dterm_util.h320 bool isIdempotentArg(Node n, Kind ik, int arg);
H A Dterm_util.cpp849 bool TermUtil::isIdempotentArg(Node n, Kind ik, int arg) in isIdempotentArg() function in CVC4::theory::quantifiers::TermUtil
/dports/math/cvc4/CVC4-1.7/src/theory/datatypes/
H A Dsygus_simple_sym.cpp482 if (d_tutil->isIdempotentArg(c, pk, arg)) in considerConst()