tusc.graph.matching.BipartitePreferences

class graph.matching.BipartitePreferences(n, m)

Holding class for example preference dictionaries.

Methods

numerical_order()

Ranks each part in numerical order, e.g.

numerical_order()
Ranks each part in numerical order, e.g.
{

0 : [2, 3], 1 : [2, 3], 2 : [0, 1], 3 : [0, 1]

}