diff --git a/jsprit-examples/src/main/java/examples/SolomonExample.java b/jsprit-examples/src/main/java/examples/SolomonExample.java index ef17937c..62c3897f 100644 --- a/jsprit-examples/src/main/java/examples/SolomonExample.java +++ b/jsprit-examples/src/main/java/examples/SolomonExample.java @@ -79,6 +79,10 @@ public class SolomonExample { */ VehicleRoutingProblemSolution solution = new SelectBest().selectSolution(solutions); + /* + * print solution + */ + SolutionPrinter.print(solution, Print.VERBOSE); /* * Plot solution.