Home
last modified time | relevance | path

Searched refs:d_pp_lemmas (Results 1 – 2 of 2) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dext_theory.cpp37 d_pp_lemmas(p->getUserContext()), in ExtTheory()
344 if (d_pp_lemmas.find(lem) == d_pp_lemmas.end()) in sendLemma()
346 d_pp_lemmas.insert(lem); in sendLemma()
H A Dext_theory.h228 NodeSet d_pp_lemmas; variable