Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith3.h334 Rational currentMaxCoefficient(Expr var);
H A Dtheory_arith_old.h361 Rational currentMaxCoefficient(Expr var);
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp1571 Rational TheoryArith3::currentMaxCoefficient(Expr var) in currentMaxCoefficient() function in TheoryArith3
1616 Rational best_coefficient = currentMaxCoefficient(best_variable); in selectSmallestByCoefficient()
1624 Rational current_coefficient = currentMaxCoefficient(current_variable); in selectSmallestByCoefficient()
H A Dtheory_arith_old.cpp1948 Rational TheoryArithOld::currentMaxCoefficient(Expr var) in currentMaxCoefficient() function in TheoryArithOld
1991 Rational best_coefficient = currentMaxCoefficient(best_variable); in selectSmallestByCoefficient()
1999 Rational current_coefficient = currentMaxCoefficient(current_variable); in selectSmallestByCoefficient()