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

Packages that use Point
choco.cp.solver.constraints.global.geost.dataStructures   
choco.cp.solver.constraints.global.geost.geometricPrim   
choco.cp.solver.constraints.global.geost.internalConstraints   
choco.cp.solver.constraints.global.geost.layers   
 

Uses of Point in choco.cp.solver.constraints.global.geost.dataStructures
 

Methods in choco.cp.solver.constraints.global.geost.dataStructures that return Point
 Point HeapKey.getP()
           
 

Methods in choco.cp.solver.constraints.global.geost.dataStructures with parameters of type Point
 void HeapKey.setP(Point p)
           
 

Constructors in choco.cp.solver.constraints.global.geost.dataStructures with parameters of type Point
HeapKey(Point p, int d, int dim, InternalConstraint ictr)
           
 

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

Methods in choco.cp.solver.constraints.global.geost.geometricPrim that return Point
 Point Region.point()
           
 Point Region.pointMax()
           
 Point Region.pointMin()
           
 

Methods in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type Point
 boolean Point.equalTo(Point other)
           
 boolean Obj.isInside(Point p)
           
 boolean Point.lexGreaterThan(Point other, int d)
          Tests whether this point is lexicographically strictly greater than to the other point (passed by parameter).
 boolean Point.lexGreaterThan(Point other, int[] ctrlV)
           
 boolean Point.lexGreaterThanOrEqual(Point other, int d)
          Tests whether this point is lexicographically greater than or equal to the other point (passed by parameter).
 boolean Point.lexLessThan(Point other, int d)
          Tests whether this point is lexicographically strictly smaller than the other point (passed by parameter).
 boolean Point.lexLessThanOrEqual(Point other, int d)
          Tests whether this point is lexicographically smaller than or equal to the other point (passed by parameter).
 

Constructors in choco.cp.solver.constraints.global.geost.geometricPrim with parameters of type Point
Point(Point p)
          Creates a point identical to the point given as parameter.
Region(Point p)
           
Region(Point p, int objectId)
           
Region(Point minimum, Point maximum)
           
 

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

Methods in choco.cp.solver.constraints.global.geost.internalConstraints with parameters of type Point
 boolean DistLeqIC.insideForbidden_withDoubles(Point c0, Point c1)
           
abstract  boolean ForbiddenRegion.insideForbidden(Point p)
           
 boolean DistLinearIC.insideForbidden(Point p)
           
 boolean DistLeqIC.insideForbidden(Point p)
           
 boolean DistGeqIC.insideForbidden(Point p)
           
 boolean DistGeqIC.insideForbidden(Point c0, Point c1)
           
 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)
           
 int DistLinearIC.product(int[] v, Point p)
           
 boolean DistLeqIC.segInsideForbidden(Point c0, Point c1)
           
 double[] DistLeqIC.vOf(double alpha, Point c0, Point c1, double beta_j, double beta_j_plus_1)
           
 

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

Methods in choco.cp.solver.constraints.global.geost.layers that return types with arguments of type Point
static List<Point> GeometricKernel.circleIntersectiont(double x1, double y1, double r1, double x2, double y2, double r2)
           
 

Methods in choco.cp.solver.constraints.global.geost.layers with parameters of type Point
 List IntermediateLayer.isFeasible(InternalConstraint ictr, boolean min, int d, int k, Obj o, Point c, Point jump)
           
 



Copyright © 2012. All Rights Reserved.