Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith_old.h931 bool isConstrainedBelow(const Expr& t, BoundsQueryType queryType = QueryWithCacheLeaves);
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp5512 for(; i < t.arity() && isConstrainedBelow(t[i], QueryWithCacheLeaves); i ++); in getLowerBound()
5623 bool constrainedBelow = isConstrainedBelow(v, QueryWithCacheAll); in computeTermBounds()
5653 if (!constrainedBelow) constrainedBelow = isConstrainedBelow(lhs, QueryWithCacheAll); in computeTermBounds()
5728 else constrainedAbove = isConstrainedBelow(v, queryType); in isConstrainedAbove()
5746 bool TheoryArithOld::isConstrainedBelow(const Expr& t, BoundsQueryType queryType) in isConstrainedBelow() function in TheoryArithOld
5778 if (c.getRational() > 0) constrainedBelow = isConstrainedBelow(v, queryType); in isConstrainedBelow()
5785 if (!isConstrainedBelow(t[i])) in isConstrainedBelow()
5804 bool result = (isConstrainedAbove(t, queryType) && isConstrainedBelow(t, queryType)); in isConstrained()