mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
replace code for creating output folder with
Examples.createOutputFolder()
This commit is contained in:
parent
3a160f85fe
commit
bb98df01f1
24 changed files with 55 additions and 203 deletions
|
|
@ -34,6 +34,7 @@ public class HVRPBenchmarkExample {
|
|||
|
||||
public static void main(String[] args) {
|
||||
Examples.createOutputFolder();
|
||||
|
||||
VehicleRoutingProblem.Builder vrpBuilder = VehicleRoutingProblem.Builder.newInstance();
|
||||
//read modified Golden-instance, you can find all relevant instances in jsprit-instances/instances/vrph
|
||||
//you can build various problems, see VrphType doc for more details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue