Module: GraphMatching
- Defined in:
- lib/graph_matching.rb,
lib/graph_matching/errors.rb,
lib/graph_matching/version.rb,
lib/graph_matching/matching.rb,
lib/graph_matching/assertion.rb,
lib/graph_matching/visualize.rb,
lib/graph_matching/graph/graph.rb,
lib/graph_matching/ordered_set.rb,
lib/graph_matching/graph/bigraph.rb,
lib/graph_matching/graph/weighted.rb,
lib/graph_matching/integer_vertexes.rb,
lib/graph_matching/directed_edge_set.rb,
lib/graph_matching/graph/weighted_graph.rb,
lib/graph_matching/algorithm/mcm_general.rb,
lib/graph_matching/algorithm/mwm_general.rb,
lib/graph_matching/graph/weighted_bigraph.rb,
lib/graph_matching/algorithm/mcm_bipartite.rb,
lib/graph_matching/algorithm/mwm_bipartite.rb,
lib/graph_matching/algorithm/matching_algorithm.rb,
lib/graph_matching/algorithm/mwmg_delta_assertions.rb
Overview
no-doc
Defined Under Namespace
Modules: Algorithm, Graph, IntegerVertexes Classes: Assertion, DirectedEdgeSet, DisconnectedGraph, GraphMatchingError, InvalidVertexNumbering, Matching, NotBipartite, OrderedSet, Visualize
Constant Summary collapse
- VERSION =
'0.1.1'.freeze
Class Method Summary collapse
Class Method Details
.gem_version ⇒ Object
7 8 9 |
# File 'lib/graph_matching/version.rb', line 7 def self.gem_version ::Gem::Version.new(VERSION) end |