Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_arith_old.h851 void addEdge(const Expr& x, const Expr& y, const Rational& c, const Theorem& edge_thm);
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp4788 …LogicGraph::addEdge(const Expr& x, const Expr& y, const Rational& bound, const Theorem& edge_thm) { in addEdge() argument
4800 int kind = (edge_thm.isNull() ? LE : edge_thm.getExpr().getKind()); in addEdge()
4831 edgeInfo.explanation = edge_thm; in addEdge()
4882 …TRACE("arith propagate", "could have propagated ", edge_thm.getExpr(), edge_thm.isAssump() ? " ASS… in addEdge()