Uses of Class
choco.kernel.solver.constraints.integer.extension.TuplesTable

Packages that use TuplesTable
choco.cp.solver   
 

Uses of TuplesTable in choco.cp.solver
 

Methods in choco.cp.solver with parameters of type TuplesTable
static SConstraint CPSolver.feasibleTupleFC(IntDomainVar[] vars, TuplesTable tuples)
          Create a constraint enforcing Forward Checking on a given a given list of feasible tuples
static SConstraint CPSolver.infeasibleTupleFC(IntDomainVar[] vars, TuplesTable tuples)
          Create a constraint enforcing Forward Checking on a given a given list of infeasible tuples
 



Copyright © 2012. All Rights Reserved.