Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith3.h189 Theorem processRealEq(const Theorem& eqn);
H A Dtheory_arith_new.h171 Theorem processRealEq(const Theorem& eqn);
H A Dtheory_arith_old.h213 Theorem processRealEq(const Theorem& eqn);
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp493 return processRealEq(eqnThm); in doSolve()
642 TheoryArith3::processRealEq(const Theorem& eqn) in processRealEq() function in TheoryArith3
H A Dtheory_arith_new.cpp364 res = processRealEq(eqnThm); in doSolve()
420 TheoryArithNew::processRealEq(const Theorem& eqn) in processRealEq() function in TheoryArithNew
H A Dtheory_arith_old.cpp510 return processRealEq(eqnThm); in doSolve()
615 TheoryArithOld::processRealEq(const Theorem& eqn) in processRealEq() function in TheoryArithOld