Home
last modified time | relevance | path

Searched refs:eIffEqn (Results 1 – 3 of 3) sorted by relevance

/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp3070 Theorem TheoryArithOld::normalize(const Theorem& eIffEqn) { in normalize() argument
3071 if (eIffEqn.isRewrite()) return transitivityRule(eIffEqn, normalize(eIffEqn.getRHS())); in normalize()
3072 else return iffMP(eIffEqn, normalize(eIffEqn.getExpr())); in normalize()
H A Dtheory_arith3.cpp2382 Theorem TheoryArith3::normalize(const Theorem& eIffEqn) { in normalize() argument
2383 return transitivityRule(eIffEqn, normalize(eIffEqn.getRHS())); in normalize()
H A Dtheory_arith_new.cpp1537 Theorem TheoryArithNew::normalize(const Theorem& eIffEqn, NormalizationType type) { in normalize() argument
1538 return transitivityRule(eIffEqn, normalize(eIffEqn.getRHS(), type)); in normalize()