(class from pyomo.contrib.incidence_analysis.dulmage_mendelsohn)
pyomo.contrib.incidence_analysis.dulmage_mendelsohn
Bases: tuple
tuple
Named tuple containing the subsets of the Dulmage-Mendelsohn partition when applied to matrix columns (variables).
Methods
__init__()
__init__
count(value, /)
count
Return number of occurrences of value.
index(value[, start, stop])
index
Return first index of value.
Attributes
overconstrained
Alias for field number 2
square
Alias for field number 3
underconstrained
Alias for field number 1
unmatched
Alias for field number 0
Member Documentation
Raises ValueError if the value is not present.