Enumerations | |
enum | abstractMixedGraph::TMethAdjacency { abstractMixedGraph::ADJ_SEARCH = 0, abstractMixedGraph::ADJ_MATRIX = 1 } |
Functions | |
virtual TArc | abstractMixedGraph::Adjacency (TNode u, TNode v, TMethAdjacency method=ADJ_MATRIX) const throw (ERRange) |
void | abstractMixedGraph::MarkAdjacency (TNode u, TNode v, TArc a) throw (ERRange,ERRejected) |
void | abstractMixedGraph::ReleaseAdjacencies () throw () |
|
Strategy for the generation of none-node adjacency matrices.
|
|
Retrieve an arc connecting two given nodes.
All implementations prefer non-blocking arcs and, if there is more than one candidate arc even then, return the arc with the least possible index. |
|
Update a node adjacency reference.
|
|
Delete the node adjacency references. Delete a potential node-node adjacency matrix which have been materialized due to previous Adjacency() calls. |