101102103104105106107
* * @param sets variables to branch on * @return a strategy to instantiate sets */ public static SetStrategy force_maxDelta_first(SetVar... sets) { return custom(new MaxDelta(), new SetDomainMin(), true, sets); }