Skip to content

Commit

Permalink
Fix coin-or#642 Remove unused fields (coin-or#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez authored Jul 15, 2023
1 parent a7684ac commit d479cea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pulp/pulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,6 @@ def fixValue(self):
changes lower bound and upper bound to the initial value if exists.
:return: None
"""
self._lowbound_unfix = self.lowBound
self._upbound_unfix = self.upBound
val = self.varValue
if val is not None:
self.bounds(val, val)
Expand Down

0 comments on commit d479cea

Please sign in to comment.