Module org.jgrapht.core
Package org.jgrapht.alg.matching.blossom.v5
package org.jgrapht.alg.matching.blossom.v5
Package for Kolmogorov's Blossom V algorithm
-
ClassDescriptionBlossomVOptions that define the strategies to use during the algorithm for updating duals and initializing the matchingEnum for choosing dual updates strategyEnum for types of matching initializationThis class computes weighted matchings in general graphs.This class computes weighted perfect matchings in general graphs using the Blossom V algorithm.A solution to the dual linear program formulated on the
graph
Describes the performance characteristics of the algorithm and numeric data about the number of performed dual operations during the main phase of the algorithmEnum specifying the objective sense of the algorithm.