public class DfgCutFinderNoiseFiltering extends java.lang.Object implements DfgCutFinder
Constructor and Description |
---|
DfgCutFinderNoiseFiltering() |
Modifier and Type | Method and Description |
---|---|
static Dfg |
filterDfg(Dfg dfg,
DfgMinerState minerState)
Filter the dfg as in IMi.
|
Cut |
findCut(Dfg dfg,
DfgMinerState minerState)
Returns a cut, or null if none found.
|
public Cut findCut(Dfg dfg, DfgMinerState minerState)
DfgCutFinder
findCut
in interface DfgCutFinder
public static Dfg filterDfg(Dfg dfg, DfgMinerState minerState)
dfg
- minerState
-