Skip to content

Commit

Permalink
minor reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Aug 22, 2019
1 parent db2d441 commit 44edf16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ortools/algorithms/knapsack_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class KnapsackSolver {
*/
KNAPSACK_MULTIDIMENSION_CBC_MIP_SOLVER = 3,
#endif // USE_CBC

/** Generic Solver.
*
* This solver can deal with both large number of items and several
Expand Down
1 change: 1 addition & 0 deletions ortools/algorithms/samples/knapsack.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# [START import]
from __future__ import print_function
from ortools.algorithms import pywrapknapsack_solver

# [END import]


Expand Down
1 change: 1 addition & 0 deletions ortools/algorithms/samples/simple_knapsack_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# [START import]
from __future__ import print_function
from ortools.algorithms import pywrapknapsack_solver

# [END import]


Expand Down

0 comments on commit 44edf16

Please sign in to comment.