Class MatchingAlgorithm.MatchingImpl<V,​E>

    • Constructor Detail

      • MatchingImpl

        public MatchingImpl​(Graph<V,​E> graph,
                            Set<E> edges,
                            double weight)
        Construct a new instance
        Parameters:
        graph - graph on which the matching is defined
        edges - the edges of the matching
        weight - the weight of the matching