CVC3
Public Member Functions | Private Member Functions | Private Attributes

CVC3::TheoryArith3::VarOrderGraph Class Reference

Collaboration diagram for CVC3::TheoryArith3::VarOrderGraph:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Private Member Functions

Private Attributes


Detailed Description

Definition at line 116 of file theory_arith3.h.


Member Function Documentation

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

Definition at line 1734 of file theory_arith3.cpp.

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

Definition at line 1716 of file theory_arith3.cpp.

References DebugAssert, CVC3::Expr::toString(), and TRACE.

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

Definition at line 1726 of file theory_arith3.cpp.

void TheoryArith3::VarOrderGraph::selectLargest ( const std::vector< Expr > &  v1,
std::vector< Expr > &  v2 
)

Definition at line 1780 of file theory_arith3.cpp.

void TheoryArith3::VarOrderGraph::selectSmallest ( std::vector< Expr > &  v1,
std::vector< Expr > &  v2 
)

Definition at line 1752 of file theory_arith3.cpp.

Referenced by CVC3::TheoryArith3::assignVariables().


Member Data Documentation

Definition at line 117 of file theory_arith3.h.

Definition at line 118 of file theory_arith3.h.


The documentation for this class was generated from the following files: