mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
some internals
This commit is contained in:
parent
f455b4c9f2
commit
787ad50298
3 changed files with 883 additions and 878 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue