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