public class CutFinderIMLoop extends java.lang.Object implements CutFinder, DfgCutFinder
Constructor and Description |
---|
CutFinderIMLoop() |
Modifier and Type | Method and Description |
---|---|
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.
|
static Cut |
findCut2(Dfg dfg) |
public Cut findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)
CutFinder
public Cut findCut(Dfg dfg, DfgMinerState minerState)
DfgCutFinder
findCut
in interface DfgCutFinder