Interface DfgCutFinder
-
- All Known Implementing Classes:
CutFinderIMc,CutFinderIMConcurrent,CutFinderIMExclusiveChoice,CutFinderIMLoop,CutFinderIMSequence,DfgCutFinderCombination,DfgCutFinderMergeParallelGraph,DfgCutFinderNoiseFiltering,DfgCutFinderSimple
public interface DfgCutFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CutfindCut(Dfg dfg, DfgMinerState minerState)Returns a cut, or null if none found.
-
-
-
Method Detail
-
findCut
Cut findCut(Dfg dfg, DfgMinerState minerState)
Returns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.- Parameters:
dfg-minerState-- Returns:
-
-