|
The Sliding Window Constraint lets
the user specify a running or sliding average.
Let us take an example: the constraint
is that no more than 1 out of every 3 units
sequenced should be 'high work content cars'.
Take a look at the superior solution that Optessa MLS generates for
this constraint. The sequence
does not contain even a single violation of
this constraint:
Optessa MLS Sequence

Compare the one pass solution below. The red
spots represent areas where the sliding window
constraint has been violated:
One Pass Sequence

|