Skip to content

Commit

Permalink
run for all solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed May 24, 2024
1 parent a0f41d2 commit 39eae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# also add exclusions to the 3 EXCLUDE_* below as needed
SOLVERNAMES = [name for name, solver in SolverLookup.base_solvers() if solver.supported()]
ALL_SOLS = False # test wheter all solutions returned by the solver satisfy the constraint
SOLVERNAMES = ["ortools"]

# Exclude some global constraints for solvers

NUM_GLOBAL = {
Expand Down

0 comments on commit 39eae06

Please sign in to comment.