Home
last modified time | relevance | path

Searched refs:addLemma (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/cegqi/
H A Dinst_strategy_cegqi.h46 bool addLemma(Node lem) override;
101 bool addLemma(Node lem);
H A Dinst_strategy_cegqi.cpp48 bool CegqiOutputInstStrategy::addLemma(Node lem) in addLemma() function in CegqiOutputInstStrategy
50 return d_out->addLemma(lem); in addLemma()
432 d_quantEngine->addLemma(mlem); in preRegisterQuantifier()
571 d_quantEngine->addLemma(lems[i], false); in registerCounterexampleLemma()
648 bool InstStrategyCegqi::addLemma( Node lem ) { in addLemma() function in InstStrategyCegqi
649 return d_quantEngine->addLemma( lem ); in addLemma()
H A Dceg_instantiator.h33 virtual bool addLemma( Node lem ) = 0;
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsynth_engine.cpp308 d_quantEngine->addLemma(lem); in checkConjecture()
334 if (d_quantEngine->addLemma(lem)) in checkConjecture()
374 bool res = d_quantEngine->addLemma(lem); in checkConjecture()
H A Dce_guided_single_inv.h41 bool addLemma(Node lem) override;
227 bool addLemma( Node lem );
H A Dce_guided_single_inv.cpp41 bool CegqiOutputSingleInv::addLemma( Node n ) { in addLemma() function in CVC4::CegqiOutputSingleInv
42 return d_out->addLemma( n ); in addLemma()
445 bool CegSingleInv::addLemma(Node n) in addLemma() function in CVC4::CegSingleInv
/dports/math/cvc3/cvc3-2.4.1/src/search/
H A Dsearch_sat.cpp51 void addLemma(const Theorem& thm, int priority, bool atBottomScope) in addLemma() function in CVC3::SearchSatCoreSatAPI
52 { d_ss->addLemma(thm, priority, atBottomScope); } in addLemma()
170 void SearchSat::addLemma(const Theorem& thm, int priority, bool atBottomScope) in addLemma() function in SearchSat
189 addLemma(d_commonRules->excludedMiddle(e), priority); in addSplitter()
324 l = d_cnfManager->addLemma(d_pendingLemmas[i].first, d_lemmas); in getNewClauses()
H A Dsearch_impl_base.cpp45 virtual void addLemma(const Theorem& thm, int priority, bool atBottomScope) in addLemma() function in CVC3::CoreSatAPI_implBase
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dcnf_manager.h261 Lit addLemma(CVC3::Theorem thm, CNF_Formula& cnf);
H A Dsearch_sat.h182 void addLemma(const Theorem& thm, int priority = 0, bool atBotomScope = false);
H A Dtheory_core.h224 virtual void addLemma(const Theorem& thm, int priority = 0,
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dquant_split.cpp142 d_quantEngine->addLemma( lemmas[i], false ); in check()
H A Dequality_query.cpp72 d_qe->addLemma(split); in processInferences()
H A Dlocal_theory_ext.cpp141 d_quantEngine->addLemma( lemmas[i], false ); in check()
H A Danti_skolem.cpp295 return d_quantEngine->addLemma( lem ); in sendAntiSkolemizeLemma()
H A Dinstantiate.cpp275 if (!d_qe->addLemma(lem, true, false)) in addInstantiation()
H A Dterm_database.cpp405 d_quantEngine->addLemma(lem); in computeUfTerms()
/dports/math/cvc4/CVC4-1.7/src/theory/datatypes/
H A Dtheory_datatypes.cpp2068 bool addLemma = false; in mustCommunicateFact() local
2070 addLemma = true; in mustCommunicateFact()
2074 addLemma = true; in mustCommunicateFact()
2077 addLemma = dt.involvesExternalType(); in mustCommunicateFact()
2080 addLemma = true; in mustCommunicateFact()
2082 if( addLemma ){ in mustCommunicateFact()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dquantifiers_engine.h207 bool addLemma( Node lem, bool doCache = true, bool doRewrite = true );
H A Dquantifiers_engine.cpp979 bool QuantifiersEngine::addLemma( Node lem, bool doCache, bool doRewrite ){ in addLemma() function in QuantifiersEngine
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dho_trigger.cpp502 if (d_quantEngine->addLemma(au)) in addHoTypeMatchPredicateLemmas()
H A Dinst_strategy_e_matching.cpp529 d_quantEngine->addLemma( lem ); in addTrigger()
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dcnf_manager.cpp674 Lit CNF_Manager::addLemma(Theorem thm, CNF_Formula& cnf) in addLemma() function in CNF_Manager
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory.cpp158 d_theoryCore->d_coreSatAPI->addLemma(thm, priority, true); in addGlobalLemma()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/fmf/
H A Dbounded_integers.cpp296 d_quantEngine->addLemma(prangeLem); in check()

12