From 1150ab32e2b253361666b709158c36d10d4bbf0a Mon Sep 17 00:00:00 2001 From: IgnaceBleukx Date: Thu, 23 May 2024 19:09:01 +0200 Subject: [PATCH] test all solvers --- tests/test_constraints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_constraints.py b/tests/test_constraints.py index 69cda41e7..698525336 100644 --- a/tests/test_constraints.py +++ b/tests/test_constraints.py @@ -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 = {