Module: BipartiteGraph

Defined in:
lib/bipartite_graph.rb,
lib/bipartite_graph/edge.rb,
lib/bipartite_graph/graph.rb,
lib/bipartite_graph/version.rb,
lib/bipartite_graph/edge_set.rb,
lib/bipartite_graph/subgraph.rb,
lib/bipartite_graph/complete_graph.rb,
lib/bipartite_graph/alternating_tree.rb,
lib/bipartite_graph/hungarian_algorithm.rb

Defined Under Namespace

Classes: AlternatingTree, CompleteGraph, Edge, EdgeSet, Graph, HungarianAlgorithm, Subgraph

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.newObject



13
14
15
# File 'lib/bipartite_graph.rb', line 13

def self.new
  Graph.new
end