public class CutFinderIMc extends java.lang.Object implements CutFinder, DfgCutFinder
Constructor and Description |
---|
CutFinderIMc() |
Modifier and Type | Method and Description |
---|---|
static Cut |
findCut(CutFinderIMinInfo info,
float threshold,
MinerStateBase minerState) |
Cut |
findCut(Dfg dfg,
DfgMinerState minerState)
Returns a cut, or null if none found.
|
Cut |
findCut(IMLog log,
IMLogInfo logInfo,
MinerState minerState)
Returns a cut, or null if none found.
|
public Cut findCut(Dfg dfg, DfgMinerState minerState)
DfgCutFinder
findCut
in interface DfgCutFinder
public Cut findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)
CutFinder
public static Cut findCut(CutFinderIMinInfo info, float threshold, MinerStateBase minerState)