Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp444 eqnThm = canonPred(eqnThm); in doSolve()
476 res = canonPred(res); in doSolve()
537 res = canonPred(res); in doSolve()
540 res = canonPred(res); in doSolve()
714 result = canonPred(result); in processRealEq()
719 result = canonPred(result); in processRealEq()
1134 result = canonPred(result); in addToBuffer()
1187 result = canonPred(result); in isolateVariable()
1209 result = canonPred(result); in isolateVariable()
1212 result = canonPred(result); in isolateVariable()
[all …]
H A Dtheory_arith_old.cpp460 eqnThm = canonPred(eqnThm); in doSolve()
493 res = canonPred(res); in doSolve()
694 result = canonPred(result); in processRealEq()
699 result = canonPred(result); in processRealEq()
802 result = canonPred(result); in processSimpleIntEq()
1536 result = canonPred(result); in isolateVariable()
1568 result = canonPred(result); in isolateVariable()
1571 result = canonPred(result); in isolateVariable()
1894 betaLTt = canonPred(thm2); in normalizeProjectIneqs()
1899 tLTalpha = canonPred(thm2); in normalizeProjectIneqs()
[all …]
H A Dtheory_arith_new.cpp279 TheoryArithNew::canonPred(const Theorem& thm) { in canonPred() function in TheoryArithNew
343 eqnThm = canonPred(eqnThm); in doSolve()
492 result = canonPred(result); in processRealEq()
497 result = canonPred(result); in processRealEq()
560 result = canonPred(result); in processSimpleIntEq()
578 result = canonPred(result); in processSimpleIntEq()
620 Theorem thm1 = canonPred(getCommonRules()->andElim(result, 0)); in processSimpleIntEq()
621 Theorem thm2 = canonPred(getCommonRules()->andElim(result, 1)); in processSimpleIntEq()
837 result = canonPred(result); in addToBuffer()
1195 thm1 = canonPred(iffMP(alphaLEax, d_rules->multIneqn(ineq1, b))); in processFiniteInterval()
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith3.h172 Theorem canonPred(const Theorem& thm);
H A Dtheory_arith_new.h159 Theorem canonPred(const Theorem& thm);
H A Dtheory_arith_old.h196 Theorem canonPred(const Theorem& thm);