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
Classes in org.jgrapht.alg.matching.blossom.v5 that implement interfaces with type arguments of type BlossomVTreeEdgeModifier and TypeClassDescriptionclassAn iterator over tree edges incident to this tree.Fields in org.jgrapht.alg.matching.blossom.v5 declared as BlossomVTreeEdgeModifier and TypeFieldDescription(package private) BlossomVTreeEdgeBlossomVTree.currentEdgeThis variable is used to quickly determine the edge between two trees during primal operations.private BlossomVTreeEdgeBlossomVTree.TreeEdgeIterator.currentEdgeThe tree edge this iterator is currently on(package private) BlossomVTreeEdge[]BlossomVTree.firstTwo-element array of the first elements in the circular doubly linked lists of incident tree edges in each direction.(package private) BlossomVTreeEdge[]BlossomVTreeEdge.nextA two-element array of references to the next elements in the circular doubly linked lists of tree edges.(package private) BlossomVTreeEdge[]BlossomVTreeEdge.prevA two-element array of references to the previous elements in the circular doubly linked lists of tree edges.private BlossomVTreeEdgeBlossomVTree.TreeEdgeIterator.resultVariable to determine whether currentEdge has been returned or notMethods in org.jgrapht.alg.matching.blossom.v5 that return BlossomVTreeEdgeModifier and TypeMethodDescriptionstatic BlossomVTreeEdgeBlossomVTree.addTreeEdge(BlossomVTree from, BlossomVTree to) Adds a new tree edge fromfromtoto.private BlossomVTreeEdgeBlossomVTree.TreeEdgeIterator.advance()Moves this iterator to the next tree edge.BlossomVTree.TreeEdgeIterator.next()