Package solver.constraints.nary.channeling

Examples of solver.constraints.nary.channeling.PropBitChanneling


     *
     * @param BITS the array of bits
     * @param VAR the numeric value
     */
    public static Constraint bit_channeling(BoolVar[] BITS, IntVar VAR) {
        return new Constraint("bit_channeling", new PropBitChanneling(VAR, BITS));
    }
View Full Code Here

TOP

Related Classes of solver.constraints.nary.channeling.PropBitChanneling

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.