In Binary variables, if the inputs lowBound and upBound are the default None values, in the init the bound attributes are set to 0,1. But the self._lowbound_original, self._upbound_original are set to None. In the rest of the variables (Continuous, Integer) these two pairs of attributes coincide.
DONE CORRECTLY IN #622
In Binary variables, if the inputs
lowBound
andupBound
are the default None values, in the init the bound attributes are set to 0,1. But theself._lowbound_original
,self._upbound_original
are set to None. In the rest of the variables (Continuous, Integer) these two pairs of attributes coincide.This is, the behaviour is
It seems more consistent to have
closes #620