Definition at line 115 of file theory_arith3.h.
Definition at line 1734 of file theory_arith3.cpp.
References CVC3::ExprMap< Data >::begin(), CVC3::ExprMap< Data >::count(), d_cache, and d_edges.
Referenced by lessThan().
Definition at line 1716 of file theory_arith3.cpp.
References d_edges, DebugAssert, CVC3::Expr::toString(), and CVC3::TRACE.
Referenced by CVC3::TheoryArith3::pickMonomial().
Definition at line 1726 of file theory_arith3.cpp.
References CVC3::ExprMap< Data >::clear(), d_cache, and dfs().
Referenced by selectLargest(), and selectSmallest().
void TheoryArith3::VarOrderGraph::selectLargest | ( | const std::vector< Expr > & | v1, | |
std::vector< Expr > & | v2 | |||
) |
Definition at line 1780 of file theory_arith3.cpp.
References lessThan().
Referenced by CVC3::TheoryArith3::pickMonomial().
void TheoryArith3::VarOrderGraph::selectSmallest | ( | std::vector< Expr > & | v1, | |
std::vector< Expr > & | v2 | |||
) |
Definition at line 1752 of file theory_arith3.cpp.
References lessThan().
Referenced by CVC3::TheoryArith3::assignVariables().
ExprMap<std::vector<Expr> > CVC3::TheoryArith3::VarOrderGraph::d_edges [private] |
ExprMap<bool> CVC3::TheoryArith3::VarOrderGraph::d_cache [private] |