Home
last modified time | relevance | path

Searched refs:andElim (Results 1 – 11 of 11) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/search/
H A Dsearch_impl_base.cpp417 enqueueCNFrec(d_commonRules->andElim(theta, i)); in enqueueCNFrec()
495 addCNFFact(d_commonRules->andElim(thm, 0)); in enqueueCNFrec()
496 addCNFFact(d_commonRules->andElim(thm, 1)); in enqueueCNFrec()
605 addCNFFact(d_commonRules->andElim(thm, 0)); in applyCNFRules()
606 addCNFFact(d_commonRules->andElim(thm, 1)); in applyCNFRules()
680 Theorem clause(d_commonRules->andElim(clauses,i)); in applyCNFRules()
H A Dsearch_sat.cpp1047 newUserAssumptionIntHelper(d_commonRules->andElim(thm, i), cnf, atBottomScope); in newUserAssumptionIntHelper()
H A Dsearch_fast.cpp1471 Theorem t_i(d_commonRules->andElim(thm, i)); in addNonLiteralFact()
/dports/math/cvc3/cvc3-2.4.1/src/theorem/
H A Dcommon_theorem_producer.h96 Theorem andElim(const Theorem& e, int i);
H A Dcommon_theorem_producer.cpp718 Theorem CommonTheoremProducer::andElim(const Theorem& e, int i) { in andElim() function in CommonTheoremProducer
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dcommon_proof_rules.h201 virtual Theorem andElim(const Theorem& e, int i) = 0;
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp86 res = isIntegerDerive(isIntE, getCommonRules()->andElim(thm, i)); in isIntegerDerive()
864 Theorem thm1 = canonPred(getCommonRules()->andElim(result, 0)); in processSimpleIntEq()
865 Theorem thm2 = canonPred(getCommonRules()->andElim(result, 1)); in processSimpleIntEq()
910 solvedAndNewEqs.push_back(getCommonRules()->andElim(result, 0)); in processIntEq()
911 newEq = getCommonRules()->andElim(result, 1); in processIntEq()
2669 thm = getCommonRules()->andElim(e, index); in checkAssertEqInvariant()
H A Dtheory_arith_new.cpp86 res = isIntegerDerive(isIntE, getCommonRules()->andElim(thm, i)); in isIntegerDerive()
620 Theorem thm1 = canonPred(getCommonRules()->andElim(result, 0)); in processSimpleIntEq()
621 Theorem thm2 = canonPred(getCommonRules()->andElim(result, 1)); in processSimpleIntEq()
660 solvedAndNewEqs.push_back(getCommonRules()->andElim(result, 0)); in processIntEq()
661 newEq = getCommonRules()->andElim(result, 1); in processIntEq()
H A Dtheory_arith_old.cpp91 res = isIntegerDerive(isIntE, getCommonRules()->andElim(thm, i)); in isIntegerDerive()
844 Theorem thm1 = canonPred(getCommonRules()->andElim(result, 0)); in processSimpleIntEq()
845 Theorem thm2 = canonPred(getCommonRules()->andElim(result, 1)); in processSimpleIntEq()
890 solvedAndNewEqs.push_back(getCommonRules()->andElim(result, 0)); in processIntEq()
891 newEq = getCommonRules()->andElim(result, 1); in processIntEq()
3647 thm = getCommonRules()->andElim(e, index); in checkAssertEqInvariant()
/dports/math/cvc3/cvc3-2.4.1/src/theory_bitvector/
H A Dtheory_bitvector.cpp1476 res = getCommonRules()->andElim(skolem_div, 0); in rewriteBV()
1478 Theorem additionalConstraint = getCommonRules()->andElim(skolem_div, 1); in rewriteBV()
2845 enqueueFact(getCommonRules()->andElim(thm, 1)); in solve()
2846 return getCommonRules()->andElim(thm, 0); in solve()
2854 enqueueFact(getCommonRules()->andElim(thm, 1)); in solve()
2855 return getCommonRules()->andElim(thm, 0); in solve()
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory_core.cpp368 assertFactCore(d_commonRules->andElim(estarThm, i)); in assertFactCore()
1225 checkEquation(d_commonRules->andElim(thm, index)); in checkSolved()
4132 t = d_commonRules->andElim(e, index); in assertEqualities()