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 FixedSizeIntegerQueueDenseEdmondsMaximumCardinalityMatching. queueQueue of 'even' (exposed) verticesprivate FixedSizeIntegerQueueHopcroftKarpMaximumCardinalityBipartiteMatching. queueprivate FixedSizeIntegerQueueSparseEdmondsMaximumCardinalityMatching.Algorithm. queue
-