Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam authored Nov 6, 2023
1 parent 5fad196 commit a31ab0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pricer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def pricerredcost(self):
dualSolutions = []
for i, c in enumerate(self.data['cons']):
dualSolutions.append(self.model.getDualsolLinear(c))
#assert self.model.getDualsolLinear(c) == self.model.getDualSolVal(c)

# Building a MIP to solve the subproblem
subMIP = Model("CuttingStock-Sub")
Expand Down

0 comments on commit a31ab0f

Please sign in to comment.