Skip to content

Commit 9cd9b42

Browse files
committed
Keep some core tests
1 parent 9068f72 commit 9cd9b42

File tree

45 files changed

+23
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+23
-0
lines changed
312 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"vrp":{"points":[{"id":"point_0","location":{"lat":48,"lon":5}},{"id":"point_1","location":{"lat":49,"lon":1}}],"vehicles":[{"id":"vehicle_0","start_point_id":"point_0","speed_multiplier":1}],"services":[{"id":"service_0","activity":{"point_id":"point_0"}},{"id":"service_1","activity":{"point_id":"point_1"}}],"configuration":{"preprocessing":{"cluster_threshold":5},"restitution":{"geometry":true,"geometry_polyline":false,"intermediate_solutions":false},"resolution":{"duration":10}}}}
313 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"vrp":{"points":[{"id":"point_0","location":{"lat":48,"lon":5}},{"id":"point_1","location":{"lat":50,"lon":1}}],"vehicles":[{"id":"vehicle_0","start_point_id":"point_0","speed_multiplier":1}],"services":[{"id":"service_0","activity":{"point_id":"point_0"}},{"id":"service_1","activity":{"point_id":"point_1"}}],"configuration":{"preprocessing":{"cluster_threshold":5},"restitution":{"geometry":true,"geometry_polyline":true,"intermediate_solutions":false},"resolution":{"duration":10}}}}
312 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"vrp":{"points":[{"id":"point_0","location":{"lat":48,"lon":5}},{"id":"point_1","location":{"lat":49,"lon":1}}],"vehicles":[{"id":"vehicle_0","start_point_id":"point_0","speed_multiplier":1},{"id":"vehicle_1","start_point_id":"point_0","speed_multiplier":1}],"services":[{"id":"service_0","activity":{"point_id":"point_0"}},{"id":"service_1","activity":{"point_id":"point_1"}}],"configuration":{"preprocessing":{"cluster_threshold":5},"restitution":{"geometry":true,"geometry_polyline":false,"intermediate_solutions":false},"resolution":{"duration":10}}}}
361 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"vrp":{"points":[{"id":"point0","location":{"lat":43.7,"lon":5.7}},{"id":"point1","location":{"lat":44.2,"lon":6.2}},{"id":"depot","location":{"lat":44.0,"lon":5.1}}],"rests":[{"id":"break1","duration":3600.0,"timewindows":[{"start":45000,"end":48600}]}],"vehicles":[{"id":"vehicle1","cost_fixed":0.0,"cost_time_multiplier":1.0,"cost_waiting_time_multiplier":1.0,"router_mode":"car","router_dimension":"time","speed_multiplier":1.0,"start_point_id":"depot","end_point_id":"depot","rest_ids":["break1"],"timewindow":{"start":28800,"end":61200}}],"services":[{"id":"point0","activity":{"duration":1200.0,"point_id":"point0","timewindows":[{"start":28800,"end":63000}]}},{"id":"point1","priority":2,"visits_number":1,"activity":{"duration":1800.0,"point_id":"point1","timewindows":[{"start":30600,"end":57600}]}}],"configuration":{"resolution":{"duration":100},"restitution":{"geometry":true,"geometry_polyline":true,"intermediate_solutions":false}}}}
83.9 KB
Binary file not shown.

test/fixtures/ortools_global_six_routes_without_rest.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)