Uses of Class
org.jgrapht.alg.util.FixedSizeIntegerQueue
-
Packages that use FixedSizeIntegerQueue Package Description org.jgrapht.alg.matching Algorithms for the computation of matchings. -
-
Uses of FixedSizeIntegerQueue in org.jgrapht.alg.matching
Fields in org.jgrapht.alg.matching declared as FixedSizeIntegerQueue Modifier and Type Field Description private FixedSizeIntegerQueue
DenseEdmondsMaximumCardinalityMatching. queue
Queue of 'even' (exposed) verticesprivate FixedSizeIntegerQueue
HopcroftKarpMaximumCardinalityBipartiteMatching. queue
private FixedSizeIntegerQueue
SparseEdmondsMaximumCardinalityMatching.Algorithm. queue
-