Skip to content

Commit

Permalink
disable cliquer
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Mar 8, 2024
1 parent 3da2d4b commit 6e2e51a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pricing_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def test_pypricer_fast(lp_file, dec_file):
m.readProblem(dec_file)

for p in m.listPricingSolvers():
print(p)
if p == "cliquer":
continue
m.setPricingSolverEnabled(p, False)

proxyKnapsackSolver = PyKnapsackSolver()
Expand Down

0 comments on commit 6e2e51a

Please sign in to comment.