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
Class Method Summary collapse
Class Method Details
.gem_version ⇒ Object
5 6 7 |
# File 'lib/graph_matching/version.rb', line 5 def self.gem_version ::Gem::Version.new('0.2.1') end |