|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
choco | |
choco.cp.solver.constraints.global.automata.fast_costregular | |
choco.kernel.solver.constraints.global.automata.fast_costregular.structure |
Uses of Node in choco |
---|
Methods in choco with parameters of type Node | |
---|---|
static Constraint |
Choco.costRegular(IntegerVariable[] vars,
IntegerVariable costVar,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source)
Deprecated. reorder parameters |
static Constraint |
Choco.costRegular(IntegerVariable costVar,
IntegerVariable[] vars,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source)
costRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the costs associated to each assignment is bounded by the cost variable. |
Method parameters in choco with type arguments of type Node | |
---|---|
static Constraint |
Choco.costRegular(IntegerVariable[] vars,
IntegerVariable costVar,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source)
Deprecated. reorder parameters |
static Constraint |
Choco.costRegular(IntegerVariable costVar,
IntegerVariable[] vars,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source)
costRegular constraint ensures that the assignment of a sequence of variables is recognized by a DFA and that the sum of the costs associated to each assignment is bounded by the cost variable. |
Uses of Node in choco.cp.solver.constraints.global.automata.fast_costregular |
---|
Methods in choco.cp.solver.constraints.global.automata.fast_costregular with parameters of type Node | |
---|---|
void |
CostRegular.initGraph(org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source)
|
Method parameters in choco.cp.solver.constraints.global.automata.fast_costregular with type arguments of type Node | |
---|---|
void |
CostRegular.initGraph(org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source)
|
Constructors in choco.cp.solver.constraints.global.automata.fast_costregular with parameters of type Node | |
---|---|
CostRegular(IntDomainVar[] vars,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source,
Solver s)
|
Constructor parameters in choco.cp.solver.constraints.global.automata.fast_costregular with type arguments of type Node | |
---|---|
CostRegular(IntDomainVar[] vars,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
Node source,
Solver s)
|
Uses of Node in choco.kernel.solver.constraints.global.automata.fast_costregular.structure |
---|
Fields in choco.kernel.solver.constraints.global.automata.fast_costregular.structure declared as Node | |
---|---|
Node |
Arc.dest
|
Node |
Arc.orig
|
Methods in choco.kernel.solver.constraints.global.automata.fast_costregular.structure with parameters of type Node | |
---|---|
Arc |
Arc.ArcFacroty.createEdge(Node node,
Node node1)
|
Constructors in choco.kernel.solver.constraints.global.automata.fast_costregular.structure with parameters of type Node | |
---|---|
Arc(Node orig,
Node dest,
int value)
|
|
Arc(Node orig,
Node dest,
int value,
int id,
double cost)
|
Constructor parameters in choco.kernel.solver.constraints.global.automata.fast_costregular.structure with type arguments of type Node | |
---|---|
StoredValuedDirectedMultiGraph(IEnvironment environment,
AbstractIntSConstraint constraint,
org.jgrapht.graph.DirectedMultigraph<Node,Arc> graph,
int[][] layers,
int[] starts,
int[] offsets,
int supportLength)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |