Backport trivial changes

This commit is contained in:
Guillaume Chatelet
2025-07-18 08:11:03 +00:00
parent 04d0dbc606
commit d869a1fd4c
51 changed files with 60 additions and 126 deletions

View File

@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Copyright 2011 Google Inc. All Rights Reserved.
"""knapsack_solver unittest file."""
from absl import app

View File

@@ -17,11 +17,10 @@ package com.google.ortools.algorithms.samples;
import com.google.ortools.Loader;
import com.google.ortools.algorithms.KnapsackSolver;
import java.util.ArrayList;
// [END import]
/**
* Sample showing how to model using the knapsack solver.
*/
/** Sample showing how to model using the knapsack solver. */
public class Knapsack {
private Knapsack() {}