if (Configuration.PLUG_EXPLANATION) {
solver.getExplainer().updateLowerBound(this, old, oub + 1, cause);
}
this.contradiction(cause, IntEventType.INCLOW, MSG_LOW);
} else {
IntEventType e = IntEventType.INCLOW;
if (reactOnRemoval) {
if (old <= value - 1) delta.add(old, value - 1, cause);
}
SIZE.add(old - value);