Home
last modified time | relevance | path

Searched refs:addedLemma (Results 1 – 10 of 10) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/strings/
H A Dregexp_solver.cpp87 bool addedLemma = false; in check() local
151 addedLemma = true; in check()
172 if (!addedLemma) in check()
227 addedLemma = true; in check()
234 flag = checkPDerivative(x, r, atom, addedLemma, rnfexp); in check()
263 addedLemma = true; in check()
280 if (addedLemma) in check()
301 Node x, Node r, Node atom, bool& addedLemma, std::vector<Node>& nf_exp) in checkPDerivative() argument
314 addedLemma = true; in checkPDerivative()
330 addedLemma = true; in checkPDerivative()
[all …]
H A Dregexp_solver.h75 Node x, Node r, Node atom, bool& addedLemma, std::vector<Node>& nf_exp);
H A Dtheory_strings.h610 bool checkPDerivative( Node x, Node r, Node atom, bool &addedLemma, std::vector< Node > &nf_exp);
H A Dtheory_strings.cpp1003 bool addedLemma = false; in check() local
1009 addedLemma = !d_lemma_cache.empty(); in check()
1013 }while( !d_conflict && !addedLemma && addedFact ); in check()
1015 …Trace("strings-check") << "Theory of strings done full effort check " << addedLemma << " " << d_co… in check()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsynth_engine.cpp329 bool addedLemma = false; in checkConjecture() local
337 addedLemma = true; in checkConjecture()
346 if (addedLemma) in checkConjecture()
368 bool addedLemma = false; in checkConjecture() local
379 addedLemma = true; in checkConjecture()
386 if (addedLemma) in checkConjecture()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Danti_skolem.cpp215 bool addedLemma = false; in sendAntiSkolemizeLemma() local
219 addedLemma = addedLemma || ret; in sendAntiSkolemizeLemma()
221 return addedLemma; in sendAntiSkolemizeLemma()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dext_theory.cpp202 bool addedLemma = false; in doInferencesInternal() local
223 addedLemma = true; in doInferencesInternal()
273 addedLemma = true; in doInferencesInternal()
304 return addedLemma; in doInferencesInternal()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/fmf/
H A Dbounded_integers.cpp287 bool addedLemma = false; in check() local
297 addedLemma = true; in check()
300 Trace("bint-engine") << " addedLemma = " << addedLemma << std::endl; in check()
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.cpp636 bool addedLemma = false; in check() local
738 addedLemma = true; in check()
756 …Trace("sep-process") << "...finished check of negated assertions, addedLemma=" << addedLemma << ",… in check()
758 if( !addedLemma ){ in check()
789 addedLemma = true; in check()
800 if( !addedLemma ){ in check()
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf_strong_solver.cpp715 bool addedLemma = false; in check() local
724 addedLemma = true; in check()
737 if( !addedLemma ){ in check()