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:
parent
0df651c0dc
commit
58afc3590d
81 changed files with 43671 additions and 43544 deletions
|
|
@ -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": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue