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