Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElFosco committed Sep 14, 2023
1 parent 6396bba commit 7406d23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpmpy/solvers/gurobi.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def __sub__(self, cpm_expr_orig):

[self.grb_model.remove(c[0]) for c in self.cons if str(c[1]) == str(cpm_expr_orig)]
self.cons = [c for c in self.cons if str(c[1]) != str(cpm_expr_orig)]
#self.grb_model.update()

return self

Expand Down

0 comments on commit 7406d23

Please sign in to comment.