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

@@ -20,7 +20,6 @@ import com.google.ortools.graph.LinearSumAssignment;
* Test assignment on a 4x4 matrix. Example taken from
* http://www.ee.oulu.fi/~mpa/matreng/eem1_2-1.htm with kCost[0][1]
* modified so the optimum solution is unique.
*
*/
public class LinearAssignmentAPI {
private static void runAssignmentOn4x4Matrix() {