CVC3::TheoryArithOld::VarOrderGraph Class Reference

Collaboration diagram for CVC3::TheoryArithOld::VarOrderGraph:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Private Member Functions

Private Attributes


Detailed Description

Definition at line 102 of file theory_arith_old.h.


Member Function Documentation

bool TheoryArithOld::VarOrderGraph::dfs ( const Expr e1,
const Expr e2 
) [private]

Definition at line 1484 of file theory_arith_old.cpp.

References CVC3::ExprMap< Data >::count(), d_cache, and d_edges.

Referenced by lessThan().

void TheoryArithOld::VarOrderGraph::addEdge ( const Expr e1,
const Expr e2 
)

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().

bool TheoryArithOld::VarOrderGraph::lessThan ( const Expr e1,
const Expr e2 
)

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().


Member Data Documentation

ExprMap<std::vector<Expr> > CVC3::TheoryArithOld::VarOrderGraph::d_edges [private]

Definition at line 103 of file theory_arith_old.h.

Referenced by addEdge(), and dfs().

ExprMap<bool> CVC3::TheoryArithOld::VarOrderGraph::d_cache [private]

Definition at line 104 of file theory_arith_old.h.

Referenced by dfs(), and lessThan().


The documentation for this class was generated from the following files:
Generated on Tue Jul 3 14:38:28 2007 for CVC3 by  doxygen 1.5.1