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

comply with .editorconfig

This commit is contained in:
oblonski 2015-08-26 07:44:07 +02:00
parent 0df651c0dc
commit 58afc3590d
81 changed files with 43671 additions and 43544 deletions

View file

@ -1,25 +1,27 @@
{
"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" : [ ]
}
}
"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": []
}
}