1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

some internals

This commit is contained in:
oblonski 2013-11-17 17:47:59 +01:00
parent f455b4c9f2
commit 787ad50298
3 changed files with 883 additions and 878 deletions

View file

@ -19,6 +19,9 @@ package examples;
import java.io.File;
import java.util.Collection;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import algorithms.VehicleRoutingAlgorithms;
import algorithms.selectors.SelectBest;
import analysis.AlgorithmSearchProgressChartListener;
@ -37,6 +40,8 @@ public class PickupAndDeliveryExample2 {
public static void main(String[] args) {
Logger.getRootLogger().setLevel(Level.INFO);
/*
* some preparation - create output folder
*/