CVC3
|
#include <theory_arith_old.h>
Definition at line 710 of file theory_arith_old.h.
CVC3::TheoryArithOld::DifferenceLogicGraph::EdgeInfo::EdgeInfo | ( | ) | [inline] |
Definition at line 723 of file theory_arith_old.h.
bool CVC3::TheoryArithOld::DifferenceLogicGraph::EdgeInfo::isDefined | ( | ) | const [inline] |
Returnes if the edge is well define (i.e. not +infinity)
Definition at line 721 of file theory_arith_old.h.
References path_length_in_edges.
Referenced by CVC3::TheoryArithOld::DifferenceLogicGraph::addEdge(), CVC3::TheoryArithOld::DifferenceLogicGraph::analyseConflict(), CVC3::TheoryArithOld::DifferenceLogicGraph::existsEdge(), CVC3::TheoryArithOld::DifferenceLogicGraph::getEdge(), CVC3::TheoryArithOld::DifferenceLogicGraph::getEdgeTheorems(), and CVC3::TheoryArithOld::DifferenceLogicGraph::tryUpdate().
The length of this edge
Definition at line 712 of file theory_arith_old.h.
Referenced by CVC3::TheoryArithOld::DifferenceLogicGraph::addEdge(), CVC3::TheoryArithOld::DifferenceLogicGraph::getEdgeTheorems(), CVC3::TheoryArithOld::DifferenceLogicGraph::getEdgeWeight(), CVC3::TheoryArithOld::DifferenceLogicGraph::getValuation(), CVC3::TheoryArithOld::tryPropagate(), and CVC3::TheoryArithOld::DifferenceLogicGraph::tryUpdate().
The number of edges in this path
Definition at line 714 of file theory_arith_old.h.
Referenced by CVC3::TheoryArithOld::DifferenceLogicGraph::addEdge(), CVC3::TheoryArithOld::DifferenceLogicGraph::getEdgeTheorems(), isDefined(), and CVC3::TheoryArithOld::DifferenceLogicGraph::tryUpdate().
If this is a summary edge, a vertex in the path
Definition at line 716 of file theory_arith_old.h.
Referenced by CVC3::TheoryArithOld::DifferenceLogicGraph::getEdgeTheorems(), and CVC3::TheoryArithOld::DifferenceLogicGraph::tryUpdate().
If this is an original edge, the theorem that explains it
Definition at line 718 of file theory_arith_old.h.
Referenced by CVC3::TheoryArithOld::DifferenceLogicGraph::addEdge(), and CVC3::TheoryArithOld::DifferenceLogicGraph::getEdgeTheorems().