Home
last modified time | relevance | path

Searched refs:isIntE (Results 1 – 6 of 6) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith3.h141 Theorem isIntegerDerive(const Expr& isIntE, const Theorem& thm);
H A Dtheory_arith_new.h143 Theorem isIntegerDerive(const Expr& isIntE, const Theorem& thm);
H A Dtheory_arith_old.h165 Theorem isIntegerDerive(const Expr& isIntE, const Theorem& thm);
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp76 Theorem TheoryArith3::isIntegerDerive(const Expr& isIntE, const Theorem& thm) { in isIntegerDerive() argument
79 if(e == isIntE) return thm; in isIntegerDerive()
86 res = isIntegerDerive(isIntE, getCommonRules()->andElim(thm, i)); in isIntegerDerive()
H A Dtheory_arith_new.cpp76 Theorem TheoryArithNew::isIntegerDerive(const Expr& isIntE, const Theorem& thm) { in isIntegerDerive() argument
79 if(e == isIntE) return thm; in isIntegerDerive()
86 res = isIntegerDerive(isIntE, getCommonRules()->andElim(thm, i)); in isIntegerDerive()
H A Dtheory_arith_old.cpp81 Theorem TheoryArithOld::isIntegerDerive(const Expr& isIntE, const Theorem& thm) { in isIntegerDerive() argument
84 if(e == isIntE) return thm; in isIntegerDerive()
91 res = isIntegerDerive(isIntE, getCommonRules()->andElim(thm, i)); in isIntegerDerive()