|
|
|
@ -58,7 +58,7 @@ public abstract class AccumulationProduct<M extends Model,Component> extends Pro |
|
|
|
} |
|
|
|
|
|
|
|
// Check the bound |
|
|
|
IntegerBound rhs = IntegerBound.fromTemporalOperatorBound(accexp.getConstraint().getBound(), mc.getConstantValues(), true); |
|
|
|
IntegerBound rhs = IntegerBound.fromTemporalOperatorBound(accexp.getConstraint().getBound(), mc.getConstantValues(), false); |
|
|
|
|
|
|
|
return rhs.isInBounds(lhs); |
|
|
|
} |
|
|
|
|