module GraphMatching

Efficient algorithms for maximum cardinality and weighted matchings in undirected graphs.

no-doc

Public Class Methods

gem_version() click to toggle source
# File lib/graph_matching/version.rb, line 5
def self.gem_version
  ::Gem::Version.new('0.2.1')
end