(package private) BlossomVTreeEdge |
BlossomVTree.currentEdge |
This variable is used to quickly determine the edge between two trees during primal
operations.
|
private BlossomVTreeEdge |
BlossomVTree.TreeEdgeIterator.currentEdge |
The tree edge this iterator is currently on
|
(package private) BlossomVTreeEdge[] |
BlossomVTree.first |
Two-element array of the first elements in the circular doubly linked lists of incident tree
edges in each direction.
|
(package private) BlossomVTreeEdge[] |
BlossomVTreeEdge.next |
A two-element array of references to the next elements in the circular doubly linked lists of
tree edges.
|
(package private) BlossomVTreeEdge[] |
BlossomVTreeEdge.prev |
A two-element array of references to the previous elements in the circular doubly linked
lists of tree edges.
|
private BlossomVTreeEdge |
BlossomVTree.TreeEdgeIterator.result |
Variable to determine whether currentEdge has been returned or not
|