diff --git a/ortools/algorithms/python/knapsack_solver_test.py b/ortools/algorithms/python/knapsack_solver_test.py index f61db6efc0..d5cb65e6a2 100755 --- a/ortools/algorithms/python/knapsack_solver_test.py +++ b/ortools/algorithms/python/knapsack_solver_test.py @@ -75,6 +75,7 @@ class PyWrapAlgorithmsKnapsackSolverTest(absltest.TestCase): # KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER) # if cbc_profit != generic_profit: # return self._invalid_solution + try: scip_profit = self.SolveKnapsackProblemUsingSpecificSolver( profits,