mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
test json stuff
This commit is contained in:
parent
88c884734f
commit
b1fe1b32b6
1 changed files with 25 additions and 0 deletions
25
jsprit-core/src/test/resources/vrp-solution.json
Normal file
25
jsprit-core/src/test/resources/vrp-solution.json
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"solution" : {
|
||||||
|
"costs" : 84.7213595499958,
|
||||||
|
"fixed_costs" : 0.0,
|
||||||
|
"variable_costs" : 84.7213595499958,
|
||||||
|
"distance" : 84.7213595499958,
|
||||||
|
"time" : 84.7213595499958,
|
||||||
|
"no_routes" : 1,
|
||||||
|
"no_unassigned_jobs" : 0,
|
||||||
|
"routes" : [ {
|
||||||
|
"fixed_costs" : 0.0,
|
||||||
|
"variable_costs" : 84.7213595499958,
|
||||||
|
"no_activities" : 1,
|
||||||
|
"start_time" : 0.0,
|
||||||
|
"act" : {
|
||||||
|
"type" : "service",
|
||||||
|
"job_id" : "s",
|
||||||
|
"arr_time" : 44.721359549995796,
|
||||||
|
"end_time" : 44.721359549995796
|
||||||
|
},
|
||||||
|
"end_time" : 84.7213595499958
|
||||||
|
} ],
|
||||||
|
"unassigned_jobs" : [ ]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue