Skip to content

Commit

Permalink
Change test_benders
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Feb 29, 2024
1 parent 93c6f5b commit f6c47f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_benders.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def test_flpbenders():
# the solution will be lost
master.freeBendersSubproblems()

assert master.getObjVal() == 5.61e+03
assert 5.61e+03 - 10e-6 < master.getObjVal() < 5.61e+03 + 10e-6

0 comments on commit f6c47f6

Please sign in to comment.