Definition at line 102 of file theory_arith_old.h.
Definition at line 1484 of file theory_arith_old.cpp.
References CVC3::ExprMap< Data >::count(), d_cache, and d_edges.
Referenced by lessThan().
Definition at line 1466 of file theory_arith_old.cpp.
References d_edges, DebugAssert, CVC3::Expr::toString(), and CVC3::TRACE.
Referenced by CVC3::TheoryArithOld::pickMonomial().
Definition at line 1476 of file theory_arith_old.cpp.
References CVC3::ExprMap< Data >::clear(), d_cache, and dfs().
Referenced by selectLargest(), and selectSmallest().
void TheoryArithOld::VarOrderGraph::selectLargest | ( | const std::vector< Expr > & | v1, | |
std::vector< Expr > & | v2 | |||
) |
Definition at line 1530 of file theory_arith_old.cpp.
References lessThan().
Referenced by CVC3::TheoryArithOld::pickMonomial().
void TheoryArithOld::VarOrderGraph::selectSmallest | ( | std::vector< Expr > & | v1, | |
std::vector< Expr > & | v2 | |||
) |
Definition at line 1502 of file theory_arith_old.cpp.
References lessThan().
Referenced by CVC3::TheoryArithOld::assignVariables().
ExprMap<std::vector<Expr> > CVC3::TheoryArithOld::VarOrderGraph::d_edges [private] |
ExprMap<bool> CVC3::TheoryArithOld::VarOrderGraph::d_cache [private] |