Home
last modified time | relevance | path

Searched refs:isBoolConnectiveTerm (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dterm_util.h296 static bool isBoolConnectiveTerm( TNode n );
H A Dterm_util.cpp698 bool TermUtil::isBoolConnectiveTerm( TNode n ) { in isBoolConnectiveTerm() function in CVC4::theory::quantifiers::TermUtil
H A Dquant_conflict_find.cpp1804 return TermUtil::isBoolConnectiveTerm( n ) && n.getKind()!=SEP_STAR; in isHandledBoolConnective()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dceg_instantiator.cpp1502 if( TermUtil::isBoolConnectiveTerm( n ) ){ in collectCeAtoms()