modularCut(M, N),
modularCut(M, H)
This function is provided by the package Matroids.
An elementary quotient M of a matroid N is completely determined by a modular cut of flats of N. Given such an elementary quotient, this function produces the corresponding modular cut. See isModularCut for more details about modular cuts.
|
|
|
|
|
In turn, a modular cut K of the matroid M is completely determined by a collection of hyperplanes of M called a linear subclass. See isLinearSubclass for more details about linear subclasses. Given a list H of hyperplanes of M forming a linear subclass, the corresponding modular cut consists of all flats F of M such that every hyperplane containing F belongs to H.
|
|
|
|
|
The object modularCut is a method function with options.