Closed wadoon closed 7 years ago
This might be due to the unrolling of rows. Something seems to be done incorrectly when the duration of a row is greater than the maximum unrolling given in the user's config.
As discussed on Friday, the logic should not be a minimum of the row duration and the global maximal duration but rather an if/then.
upperbound =
if upper(duration) == '-' then MAX_DURATION
else upper(duration)
The attached gtt can be concretize if there are 50 repetition of row 2, but not with 100 reptitions.
Error message is
unsatisfiable
.