Package solver.constraints.nary.alldifferent

Examples of solver.constraints.nary.alldifferent.AllDifferent


     *                    <b>DEFAULT</b>:
     *                    <br/>
     *                    Uses BC plus a probabilistic AC propagator to get a compromise between BC and AC
     */
    public static Constraint alldifferent(IntVar[] VARS, String CONSISTENCY) {
        return new AllDifferent(VARS, CONSISTENCY);
    }
View Full Code Here

TOP

Related Classes of solver.constraints.nary.alldifferent.AllDifferent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.