Closed MLopez-Ibanez closed 1 year ago
https://github.com/coin-or/pulp/blob/1366ad85fad1b5e8dda2b44cd143adeb206e2565/pulp/pulp.py#L653-L659
The variables self._lowbound_unfix and self._upbound_unfix are never used anywhere else. I would also argue that they are useless since when a variable is created, __init__ already sets self._lowbound_original, self._upbound_original
self._lowbound_unfix
self._upbound_unfix
__init__
self._lowbound_original
self._upbound_original
https://github.com/coin-or/pulp/blob/1366ad85fad1b5e8dda2b44cd143adeb206e2565/pulp/pulp.py#L653-L659
The variables
self._lowbound_unfix
andself._upbound_unfix
are never used anywhere else. I would also argue that they are useless since when a variable is created,__init__
already setsself._lowbound_original
,self._upbound_original