module BipartiteGraph

Constants

Edge
VERSION

Public Class Methods

new() click to toggle source
# File lib/bipartite_graph.rb, line 13
def self.new
  Graph.new
end