Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp1251 Theorem compactNonLinearThm; in addToBuffer() local
1267 compactNonLinearThm = d_rules->compactNonLinearTerm(rhs); in addToBuffer()
1268 compactNonLinear = compactNonLinearThm.getRHS(); in addToBuffer()
1280 compactNonLinearThm = reflexivityRule(compactNonLinear); in addToBuffer()
1297 iffMP(thm, substitutivityRule(ineq, 1, compactNonLinearThm)) : thm); in addToBuffer()