Skip to content

Instantly share code, notes, and snippets.

@napo
Created March 2, 2022 13:02
Show Gist options
  • Save napo/e2f588a2c424c82f23038886f47d2ef7 to your computer and use it in GitHub Desktop.
Save napo/e2f588a2c424c82f23038886f47d2ef7 to your computer and use it in GitHub Desktop.
{
"vehicles": [
{
"id": 1,
"description": "Vehicle 1",
"profile": "driving-car",
"capacity": [
250
],
"start": [
10.7198351,
46.0348311
],
"end": [
10.7515427,
46.0448494
],
"time_window": [
1646029800,
1646066700
],
"breaks": [
{
"id": 1,
"service": 75,
"time_windows": [
[
1646047800,
1646052300
]
]
}
]
}
],
"jobs": [
{
"id": 1,
"description": "Delivery 1",
"delivery": [
2
],
"location": [
10.7629986,
46.1552317
],
"priority": 10
},
{
"id": 2,
"description": "Delivery 2",
"delivery": [
2
],
"location": [
10.7624803,
46.1559774
],
"priority": 10
},
{
"id": 3,
"description": "Delivery 3",
"delivery": [
2
],
"location": [
10.7634139,
46.1565073
],
"priority": 10
},
{
"id": 4,
"description": "Delivery 4",
"delivery": [
2
],
"location": [
10.7638129,
46.157245
],
"priority": 10
},
{
"id": 5,
"description": "Delivery 5",
"delivery": [
2
],
"location": [
10.7637794,
46.1572807
],
"priority": 10
}
],
"options": {
"g": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment