Fixed-Size vs. Variable-Size Intervals
Distinguishes between fixed-size interval variables (whose size is locked to a single value) and variable-size interval variables (whose size ranges over an interval). Computes domains of the end given domains of the start and size, and tightens domains in the presence of release dates and deadlines.
Tutorial
Fixed-Size Intervals
An interval variable consists of three quantities: a start , a size , and an end , related by
A fixed-size interval is an interval variable whose size is locked to a single value . Once the size is fixed, the end is fully determined by the start:
If the start ranges over , then the end ranges over -- a shift of the start domain by .
For example, suppose an interval has fixed size and start domain . Then
And if we choose , the end is locked to .