mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
refine buildFromScratchTest
This commit is contained in:
parent
4a3e0cc6a1
commit
c7bbc1995f
1 changed files with 2 additions and 2 deletions
|
|
@ -164,8 +164,8 @@ public class BuildPDVRPAlgoFromScratchTest {
|
||||||
@Test
|
@Test
|
||||||
public void test(){
|
public void test(){
|
||||||
Collection<VehicleRoutingProblemSolution> solutions = vra.searchSolutions();
|
Collection<VehicleRoutingProblemSolution> solutions = vra.searchSolutions();
|
||||||
System.out.println(Solutions.getBest(solutions).getCost());
|
// System.out.println(Solutions.getBest(solutions).getCost());
|
||||||
new VrpXMLWriter(vrp, solutions).write("output/pd_solomon_r101.xml");
|
// new VrpXMLWriter(vrp, solutions).write("output/pd_solomon_r101.xml");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue