|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Obj in choco.cp.solver.constraints.global |
---|
Methods in choco.cp.solver.constraints.global with parameters of type Obj | |
---|---|
List<InternalConstraint> |
Geost_Constraint.getForbiddenRegions(Obj o)
|
Constructor parameters in choco.cp.solver.constraints.global with type arguments of type Obj | |
---|---|
Geost_Constraint(IntDomainVar[] vars,
int k,
List<Obj> objects,
List<ShiftedBox> shiftedBoxes,
List<ExternalConstraint> ectr,
boolean memo,
HashMap<com.sun.tools.javac.util.Pair<Integer,Integer>,Boolean> included,
Solver solver)
Creates a geost constraint with the given parameters. |
|
Geost_Constraint(IntDomainVar[] vars,
int k,
List<Obj> objects,
List<ShiftedBox> shiftedBoxes,
List<ExternalConstraint> ectr,
List<int[]> ctrlVs,
boolean memo_active,
HashMap<com.sun.tools.javac.util.Pair<Integer,Integer>,Boolean> included,
boolean increment_,
Solver solver)
Creates a geost constraint with the given parameters. |
Uses of Obj in choco.cp.solver.constraints.global.geost |
---|
Fields in choco.cp.solver.constraints.global.geost with type parameters of type Obj | |
---|---|
Hashtable<Integer,Obj> |
Setup.objects
A hashtable where the key is an object_id. |
Methods in choco.cp.solver.constraints.global.geost that return Obj | |
---|---|
Obj |
Setup.getObject(int oid)
|
Methods in choco.cp.solver.constraints.global.geost with parameters of type Obj | |
---|---|
void |
Setup.insertObject(int oid,
Obj o)
|
Method parameters in choco.cp.solver.constraints.global.geost with type arguments of type Obj | |
---|---|
void |
Setup.SetupTheProblem(List<Obj> objects,
List<ShiftedBox> shiftedBoxes,
List<ExternalConstraint> ectr)
Given a Vector of Objects and a Vector of shiftedBoxes and a Vector of ExternalConstraints it sets up the problem for the geost constraint. |
Uses of Obj in choco.cp.solver.constraints.global.geost.geometricPrim |
---|
Methods in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type Obj | |
---|---|
boolean |
Obj.sameDomain(Obj o)
|
Constructors in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type Obj | |
---|---|
Region(int dim,
Obj o)
|
Uses of Obj in choco.cp.solver.constraints.global.geost.internalConstraints |
---|
Methods in choco.cp.solver.constraints.global.geost.internalConstraints with parameters of type Obj | |
---|---|
List |
ForbiddenRegion.isFeasible(boolean min,
int dim,
int k,
Obj o,
Point p,
Point jump)
|
List |
DistLinearIC.isFeasible(boolean min,
int dim,
int k,
Obj o,
Point p,
Point jump)
|
Uses of Obj in choco.cp.solver.constraints.global.geost.layers |
---|
Methods in choco.cp.solver.constraints.global.geost.layers with parameters of type Obj | |
---|---|
int |
IntermediateLayer.CardInfeasible(InternalConstraint ictr,
int k,
Obj o)
|
List<InternalConstraint> |
ExternalLayer.genInternalCtrs(ExternalConstraint ectr,
Obj o)
|
List |
IntermediateLayer.isFeasible(InternalConstraint ictr,
boolean min,
int d,
int k,
Obj o,
Point c,
Point jump)
|
List |
IntermediateLayer.lexInFeasible(InternalConstraint ictr,
boolean minLex,
int d,
int k,
Obj o)
|
Region |
GeostNumeric.propagate(Obj o)
|
void |
GeostNumeric.prune(Obj o,
int k,
List<InternalConstraint> ictrs)
|
void |
GeostNumeric.synchronize(Obj o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |