Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/bv/
H A Dtheory_bv.h216 bool wasPropagatedBySubtheory(TNode literal) const { in wasPropagatedBySubtheory() function
221 Assert(wasPropagatedBySubtheory(literal)); in getPropagatingSubtheory()
H A Dbv_subtheory_bitblast.cpp155 && (!d_bv->wasPropagatedBySubtheory(fact) in check()
H A Dbv_subtheory_core.cpp341 …if (!d_bv->inConflict() && (!d_bv->wasPropagatedBySubtheory(fact) || d_bv->getPropagatingSubtheory… in assertFactToEqualityEngine()
H A Dtheory_bv.cpp876 Assert (wasPropagatedBySubtheory(literal)); in explain()