Versions in this module Expand all Collapse all v1 v1.2.0 Jul 16, 2017 v1.1.0 Mar 26, 2017 Changes in this version + type BipartiteGraph struct + Edges EdgeSet + Left NodeOrderedSet + Right NodeOrderedSet + func NewBipartiteGraph(leftValues, rightValues []interface{}, ...) (*BipartiteGraph, error) + func (bg *BipartiteGraph) LargestMatching() (matching EdgeSet)