Uses of Class
choco.cp.solver.constraints.global.geost.geometricPrim.Region

Packages that use Region
choco.cp.solver.constraints.global.geost.frames   
choco.cp.solver.constraints.global.geost.geometricPrim   
choco.cp.solver.constraints.global.geost.internalConstraints   
choco.cp.solver.constraints.global.geost.layers   
 

Uses of Region in choco.cp.solver.constraints.global.geost.frames
 

Methods in choco.cp.solver.constraints.global.geost.frames that return types with arguments of type Region
 HashMap<Integer,List<Region>> Frame.getRelForbidRegions()
          Gets the Relative forbidden regions of this frame.
 List<Region> Frame.getRelForbidRegions(int oid)
          Gets the Relative forbidden regions of a certain shape id.
 

Method parameters in choco.cp.solver.constraints.global.geost.frames with type arguments of type Region
 void Frame.addForbidRegions(int oid, List<Region> regions)
          Adds a given shape id and a Vector of regions to the Frame.
 

Uses of Region in choco.cp.solver.constraints.global.geost.geometricPrim
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type Region
 boolean Region.included(Region box)
           
 

Constructors in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type Region
Region(Region toCopy)
           
 

Uses of Region in choco.cp.solver.constraints.global.geost.internalConstraints
 

Methods in choco.cp.solver.constraints.global.geost.internalConstraints with parameters of type Region
abstract  int ForbiddenRegion.maximizeSizeOfFBox(boolean min, int d, int k, Region f)
           
 int DistLinearIC.maximizeSizeOfFBox(boolean min, int d, int k, Region f)
           
 int DistLeqIC.maximizeSizeOfFBox(boolean min, int d, int k, Region f)
           
 int DistGeqIC.maximizeSizeOfFBox(boolean min, int d, int k, Region f)
           
 

Uses of Region in choco.cp.solver.constraints.global.geost.layers
 

Methods in choco.cp.solver.constraints.global.geost.layers that return Region
 Region GeostNumeric.propagate(Obj o)
           
 



Copyright © 2012. All Rights Reserved.