5.159. geost
DESCRIPTION | LINKS |
- Origin
- Constraint
- Types
- Arguments
- Restrictions
- Purpose
Holds if, for each pair of objects , , and do not overlap with respect to a set of dimensions . and are objects that take a shape among a set of shapes. Each shape is defined as a finite set of shifted boxes, where each shifted box is described by a box in a -dimensional space at a given offset (from the origin of the shape) with given sizes that are all strictly greater than 0. More precisely, a shifted box is an entity defined by its shape id , shift offset , and sizes . Then, a shape is defined as the union of shifted boxes sharing the same shape id. An object is an entity defined by its unique object identifier , shape id and origin .
An object does not overlap an object with respect to the set of dimensions if and only if for all shifted box associated with and for all shifted box associated with there exists a dimension such that the start of in dimension is greater than or equal to the end of in dimension , or the start of in dimension is greater than or equal to the end of in dimension .
- Example
-
PartsΒ (A), (B) and (C) of FigureΒ 5.159.1 respectively represent the potential shapes associated with the three objects of the example. PartΒ (D) shows the position of the three objects of the example, where the first, second and third objects were respectively assigned shapes 1, 5 and 8. The coordinates of the leftmost lowest corner of each object are stressed in bold. The constraint holds since the three objects do not overlap (i.e.,Β see partΒ (D) if FigureΒ 5.159.1).
Figure 5.159.1. (D)Β The three non-overlapping objects , , of the Example slot respectively assigned shapes , , ; (A), (B), (C)Β shapes , , , , , , and are respectively made up from 3, 3, 3, 3, 3, 3, 1 and 1 disjoint shifted box.
- Typical
- Symmetries
Items of are permutable.
Items of are permutable.
Items of , and are permutable (same permutation used).
can be decreased to any value .
- Usage
The constraint allows to model directly a large number of placement problems.
- Remark
In the two-dimensional case, when rectangles heights are all equal to one and when rectangles starts in the first dimension are all fixed, the constraint can be rewritten as a constraint corresponding to a system of constraints derived from the maximum cliques of the corresponding interval graph.
- Algorithm
A sweep-based filtering algorithm for this constraint is described inΒ [BeldiceanuCarlssonPoderSadekTruchet07]. Unlike previous sweep filtering algorithms which move a line for finding a feasible position for the origin of an object, this algorithm performs a recursive traversal of the multidimensional placement space. It explores all points of the domain of the origin of the object under focus, one by one, in increasing lexicographic order, until a point is found that is not infeasible for any non-overlapping constraints. To make the search efficient, instead of moving each time to the successor point, the search is arranged so that it skips points that are known to be infeasible for some non-overlapping constraint.
Within the context of breaking symmetries six different ways of integrating within a chain of lexicographical ordering constraints like for enforcing a lexicographic ordering on the origin coordinates of identical objects, are described inΒ [AgrenCarlssonBeldiceanuSbihiTruchetZampelli09].
- Systems
- See also
common keyword: Β (multi-site employee scheduling with calendar constraints,
scheduling with machine choice, calendars and preemption), Β (geometrical constraint,non-overlapping),
, Β (symmetry),
Β (geometrical constraint,non-overlapping), Β (geometrical constraint,sweep).
generalisation: Β ( added to ).
specialisation: Β (when rectangles heights are all equal to 1 and rectangles starts in the first dimension are all fixed), Β ( replaced by ).
- Keywords
application area: floor planning problem.
combinatorial object: pentomino.
constraint arguments: business rules.
constraint type: logic, decomposition, timetabling constraint, predefined constraint, relaxation.
geometry: geometrical constraint, non-overlapping.
heuristics: heuristics for two-dimensional rectangle placement problems.
modelling: multi-site employee scheduling with calendar constraints, scheduling with machine choice, calendars and preemption, disjunction, assignment dimension, assigning and scheduling tasks that run in parallel, assignment to the same set of values, relaxation dimension.
modelling exercises: multi-site employee scheduling with calendar constraints, scheduling with machine choice, calendars and preemption, assigning and scheduling tasks that run in parallel, assignment to the same set of values, relaxation dimension.
problems: strip packing, two-dimensional orthogonal packing, pallet loading.
puzzles: squared squares, packing almost squares, Partridge, pentomino, Shikaku, smallest square for packing consecutive dominoes, smallest square for packing rectangles with distinct sizes, smallest rectangle area, Conway packing problem.