public class LimitedDiscrepancyBranching extends Object implements Supplier<Procedure[]>
| Constructor and Description |
|---|
LimitedDiscrepancyBranching(Supplier<Procedure[]> branching,
int maxDiscrepancy)
Creates a discprepancy combinator on a given branching.
|
public LimitedDiscrepancyBranching(Supplier<Procedure[]> branching, int maxDiscrepancy)
branching - the branching on which to apply the discrepancy combinatormaxDiscrepancy - the maximum discrepancy limit. Any node exceeding
that limit is pruned.Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.