Skip to content

Commit

Permalink
Added freeTransform check into test_cuttingstock
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbanfi committed Nov 27, 2023
1 parent 54a72c7 commit c9c780c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_pricer.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ def test_cuttingstock():
assert type(s.getNSols()) == int
assert s.getNSols() == s.data["nSols"]

# Testing freeTransform
s.freeTransform()
for i in range(10):
s.addVar()

def test_incomplete_pricer():
class IncompletePricer(Pricer):
pass
Expand Down

0 comments on commit c9c780c

Please sign in to comment.