Uses of Class
org.jacop.constraints.IntRectangle
-
Packages that use IntRectangle Package Description org.jacop.constraints -
-
Uses of IntRectangle in org.jacop.constraints
Fields in org.jacop.constraints with type parameters of type IntRectangle Modifier and Type Field Description protected java.util.function.Function<java.lang.Integer,java.util.Comparator<IntRectangle>>Diff. dimIthMinComparatorMethods in org.jacop.constraints with parameters of type IntRectangle Modifier and Type Method Description booleanRectangle. minUse(int selDimension, IntRectangle u)booleanRectangle. minUse(IntRectangle u)booleanIntRectangle. overlap(IntRectangle R)Method parameters in org.jacop.constraints with type arguments of type IntRectangle Modifier and Type Method Description private booleanDiff. findRectangles(Rectangle r, java.util.List<IntRectangle> UsedRect, java.util.List<Rectangle> ProfileCandidates, java.util.Set<IntVar> fdvQueue)(package private) booleanDiff2. findRectangles(Rectangle r, int index, java.util.List<IntRectangle> UsedRect, java.util.List<Rectangle> ProfileCandidates, java.util.List<Rectangle> OverlappingRects, java.util.Set<IntVar> fdvQueue)private booleanDisjoint. findRectangles(Rectangle r, int index, java.util.List<IntRectangle> UsedRect, java.util.List<Rectangle> ProfileCandidates, java.util.List<Rectangle> OverlappingRects, java.util.Set<IntVar> fdvQueue)(package private) booleanDisjointConditional. findRectangles(Rectangle r, int index, java.util.List<IntRectangle> UsedRect, java.util.List<RectangleWithCondition> ProfileCandidates, java.util.List<RectangleWithCondition> OverlappingRects, java.util.Set<IntVar> fdvQueue)private Diff.PairDiff. minForbiddenInterval(int start, int i, Rectangle r, java.util.List<IntRectangle> ConsideredRect)(package private) IntervalDisjointConditional. minForbiddenInterval(int start, int i, Rectangle r, java.util.List<IntRectangle> ConsideredRect, int minI)private voidDiff. narrowIth(int i, Rectangle r, java.util.List<IntRectangle> UsedRect, java.util.List<Rectangle> ProfileCandidates)(package private) voidDisjointConditional. narrowIthCondition(int i, Rectangle r, java.util.List<IntRectangle> UsedRect, java.util.List<RectangleWithCondition> ProfileCandidates)(package private) voidDiff. narrowRectangle(Rectangle r, java.util.List<IntRectangle> UsedRect, java.util.List<Rectangle> ProfileCandidates)(package private) voidDisjointConditional. narrowRectangleCondition(Rectangle r, java.util.List<IntRectangle> UsedRect, java.util.List<RectangleWithCondition> ProfileCandidates)private booleanDiff. notFit(int i, Rectangle r, java.util.List<IntRectangle> ConsideredRect, int barierPosition)(package private) booleanDisjointConditional. notFit(int i, Rectangle r, java.util.List<IntRectangle> ConsideredRect)
-