Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 24, 2023
1 parent e1e91ce commit 8dbcd49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ortools/algorithms/python/knapsack_solver_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def SolveKnapsackProblem(self, profits, weights, capacities):
# KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER)
# if cbc_profit != generic_profit:
# return self._invalid_solution

try:
scip_profit = self.SolveKnapsackProblemUsingSpecificSolver(
profits,
Expand Down

0 comments on commit 8dbcd49

Please sign in to comment.