Skip to content

Commit

Permalink
fix java
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Oct 9, 2024
1 parent 279f079 commit 5766fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java/LinearProgramming.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private static void runLinearProgrammingExample(String solverType, boolean print
System.out.println("Number of constraints = " + solver.numConstraints());

if (printModel) {
String model = solver.exportModelAsLpFormat();
String model = solver.exportModelAsLpFormat(/* obfuscate = */false);
System.out.println(model);
}

Expand Down

0 comments on commit 5766fab

Please sign in to comment.