V
- vertex typeE
- edge typepublic static class DulmageMendelsohnDecomposition.Decomposition<V,E> extends Object
Modifier and Type | Method and Description |
---|---|
Set<V> |
getPartition1DominatedSet()
Gets the subset dominated by partition1.
|
Set<V> |
getPartition2DominatedSet()
Gets the subset dominated by partition2.
|
List<Set<V>> |
getPerfectMatchedSets()
Gets the remaining subset, or subsets in the fine decomposition.
|
public Set<V> getPartition1DominatedSet()
public Set<V> getPartition2DominatedSet()
public List<Set<V>> getPerfectMatchedSets()
Copyright © 2019. All rights reserved.