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