Home
last modified time | relevance | path

Searched refs:simpleNegate (Results 1 – 7 of 7) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dce_guided_single_inv.cpp104 inst = TermUtil::simpleNegate(inst); in getInitialSingleInvLemma()
148 qq = TermUtil::simpleNegate(q[1]); in initialize()
344 d_single_inv = TermUtil::simpleNegate( d_single_inv ); in finishInit()
488 cond = TermUtil::simpleNegate( cond ); in constructSolution()
955 ret = TermUtil::simpleNegate( ret ); in process()
H A Dce_guided_single_inv_sol.cpp103 s = NodeManager::currentNM()->mkNode( ITE, TermUtil::simpleNegate( cond ), t, rem ); in pullITEs()
131 cond = TermUtil::simpleNegate( cond ); in pullITECondition()
918 new_t = TermUtil::simpleNegate( curr ).negate(); in collectReconstructNodes()
920 new_t = TermUtil::simpleNegate( curr[0] ); in collectReconstructNodes()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dterm_util.h262 static Node simpleNegate( Node n );
H A Dterm_util.cpp631 Node TermUtil::simpleNegate( Node n ){ in simpleNegate() function in CVC4::theory::quantifiers::TermUtil
636 children.push_back(simpleNegate(cn)); in simpleNegate()
H A Dsingle_inv_partition.cpp401 n = TermUtil::simpleNegate(n); in collectConjuncts()
H A Dextended_rewrite.cpp322 flip_cond = TermUtil::simpleNegate(n[0]); in extendedRewriteIte()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/fmf/
H A Dbounded_integers.cpp170 conj = TermUtil::simpleNegate( conj ); in process()