diff --git a/jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java b/jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java index 8150e095..2f554695 100644 --- a/jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java +++ b/jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java @@ -164,8 +164,8 @@ public class BuildPDVRPAlgoFromScratchTest { @Test public void test(){ Collection solutions = vra.searchSolutions(); - System.out.println(Solutions.getBest(solutions).getCost()); - new VrpXMLWriter(vrp, solutions).write("output/pd_solomon_r101.xml"); +// System.out.println(Solutions.getBest(solutions).getCost()); +// new VrpXMLWriter(vrp, solutions).write("output/pd_solomon_r101.xml"); }