Closed erlanger closed 5 years ago
If I have
A #= B + C + D, A #< 300, B #> 0, C #>0, D #> 0
A stronger propagation should be added stating that
B #< 300, C #< 300, D #< 300
But, this is the case, in fact even more so. You get [B,C,D] ins 1..297!
[B,C,D] ins 1..297
You're right, I must have mistyped something.
If I have
A stronger propagation should be added stating that