Uses of Class
choco.kernel.model.variables.geost.ShiftedBox

Packages that use ShiftedBox
choco   
choco.cp.solver.constraints.global   
choco.cp.solver.constraints.global.geost   
choco.cp.solver.constraints.global.geost.geometricPrim   
choco.cp.solver.constraints.global.geost.util   
 

Uses of ShiftedBox in choco
 

Method parameters in choco with type arguments of type ShiftedBox
static Constraint Choco.geost(int dim, List<GeostObject> objects, List<ShiftedBox> shiftedBoxes, List<IExternalConstraint> eCtrs)
           
static Constraint Choco.geost(int dim, List<GeostObject> objects, List<ShiftedBox> shiftedBoxes, List<IExternalConstraint> eCtrs, List<int[]> ctrlVs)
           
static Constraint Choco.geost(int dim, List<GeostObject> objects, List<ShiftedBox> shiftedBoxes, List<IExternalConstraint> eCtrs, List<int[]> ctrlVs, GeostOptions opt)
           
static Constraint Choco.geost(int dim, Vector<GeostObject> objects, Vector<ShiftedBox> shiftedBoxes, Vector<IExternalConstraint> eCtrs)
          Deprecated. 
static Constraint Choco.geost(int dim, Vector<GeostObject> objects, Vector<ShiftedBox> shiftedBoxes, Vector<IExternalConstraint> eCtrs, Vector<int[]> ctrlVs)
          Deprecated. 
static Constraint Choco.geost(int dim, Vector<GeostObject> objects, Vector<ShiftedBox> shiftedBoxes, Vector<IExternalConstraint> eCtrs, Vector<int[]> ctrlVs, GeostOptions opt)
          Deprecated. 
 

Uses of ShiftedBox in choco.cp.solver.constraints.global
 

Constructor parameters in choco.cp.solver.constraints.global with type arguments of type ShiftedBox
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 ShiftedBox in choco.cp.solver.constraints.global.geost
 

Fields in choco.cp.solver.constraints.global.geost with type parameters of type ShiftedBox
 Hashtable<Integer,List<ShiftedBox>> Setup.shapes
          A hashtable where the key is a shape_id.
 

Methods in choco.cp.solver.constraints.global.geost that return types with arguments of type ShiftedBox
 List<ShiftedBox> Setup.getShape(int sid)
           
 

Method parameters in choco.cp.solver.constraints.global.geost with type arguments of type ShiftedBox
 void Setup.insertShape(int sid, List<ShiftedBox> shiftedBoxes)
           
 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 ShiftedBox in choco.cp.solver.constraints.global.geost.geometricPrim
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim that return ShiftedBox
 ShiftedBox Shape.getShiftedBox(int index)
           
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim that return types with arguments of type ShiftedBox
 List<ShiftedBox> Shape.getShiftedBoxes()
           
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type ShiftedBox
 void Shape.addShiftedBox(ShiftedBox sb)
           
 void Shape.removeShiftedBox(ShiftedBox sb)
           
 

Method parameters in choco.cp.solver.constraints.global.geost.geometricPrim with type arguments of type ShiftedBox
 void Shape.setShiftedBoxes(List<ShiftedBox> sb)
           
 

Uses of ShiftedBox in choco.cp.solver.constraints.global.geost.util
 

Methods in choco.cp.solver.constraints.global.geost.util that return types with arguments of type ShiftedBox
 List<ShiftedBox> RandomProblemGenerator.getSBoxes()
           
 List<ShiftedBox> InputParser.getShiftedBoxes()
           
 



Copyright © 2012. All Rights Reserved.