Package | Description |
---|---|
org.chocosolver.solver.constraints.extension |
Modifier and Type | Field and Description |
---|---|
static TupleValidator |
TupleValidator.TRUE |
Modifier and Type | Method and Description |
---|---|
static Tuples |
TuplesFactory.generateTuples(TupleValidator filter,
boolean feasible,
int[]... doms)
A method that generates all tuples from a set of variables and stores (and returns) the valid tuples wrt to the
filter . |
static Tuples |
TuplesFactory.generateTuples(TupleValidator filter,
boolean feasible,
IntVar... vars)
A method that generates all tuples from a set of variables and stores (and returns) the valid tuples wrt to the
filter . |
Copyright © 2018. All rights reserved.