java.lang.Object
org.maxicp.search.LimitedDepthBranching
-
Constructor Summary
ConstructorsConstructorDescriptionLimitedDepthBranching(Supplier<Runnable[]> branching, int maxDepth) Creates a depth-limited combinator on a given branching. -
Method Summary
-
Constructor Details
-
LimitedDepthBranching
Creates a depth-limited combinator on a given branching.- Parameters:
branching- the branching on which to apply the depth-limiting combinatormaxDepth- the maximum depth limit. Any node exceeding that limit is pruned.
-
-
Method Details