Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVTreeEdge
Packages that use BlossomVTreeEdge
Package
Description
Package for Kolmogorov's Blossom V algorithm
-
Uses of BlossomVTreeEdge in org.jgrapht.alg.matching.blossom.v5
Fields in org.jgrapht.alg.matching.blossom.v5 declared as BlossomVTreeEdgeModifier and TypeFieldDescription(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 notMethods in org.jgrapht.alg.matching.blossom.v5 that return BlossomVTreeEdgeModifier and TypeMethodDescriptionstatic BlossomVTreeEdge
BlossomVTree.addTreeEdge
(BlossomVTree from, BlossomVTree to) Adds a new tree edge fromfrom
toto
.private BlossomVTreeEdge
BlossomVTree.TreeEdgeIterator.advance()
Moves this iterator to the next tree edge.BlossomVTree.TreeEdgeIterator.next()