nextroute 1.8.0.dev1__tar.gz → 1.8.0.dev2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/PKG-INFO +1 -1
- nextroute-1.8.0.dev2/VERSION +1 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/__about__.py +1 -1
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/solve.py +2 -1
- nextroute-1.8.0.dev1/VERSION +0 -1
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/go-test-lint.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/header.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/json-lint.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/markdown-lint.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/python-lint.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/python-test.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.github/workflows/release.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.gitignore +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.golangci.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.nextmv/add_header.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.nextmv/check_header.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/.prettierrc.yml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/LICENSE +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/README.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/check.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/doc.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/format.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/observer.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/options.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/schema/schema.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/check/schema.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/cmd/.gitignore +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/cmd/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/cmd/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/alias.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/alias_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/boundingbox.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/boundingbox_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/distance.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/errors/errors.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/fast_haversine.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/haversine.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/intersect.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/location.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/location_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/nsmallest.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/nsmallest_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/rangecheck.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/rangecheck_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/slices.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/speed.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/statistics.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/statistics_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/utils.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/common/utils_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/doc.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/alternates.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_attributes.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_capacity.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_capacity_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_cluster.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_distance_limit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_max_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_max_stops.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_max_wait_stop.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_max_wait_vehicle.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_no_mix.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_shift.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/constraint_start_timewindows.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/construction.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/data.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/defaults.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/defaults_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/doc.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/duration_groups_expression.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/factory.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/format.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/group.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/initialsolution.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/model.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_activation.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_capacity.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_cluster.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_earliness_lateness.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_min_stops.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_travel_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_unplanned.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/objective_vehicles_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/plan_units.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/precedence.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/services.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/stops.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/validate.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/factory/vehicles.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/go.mod +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/go.sum +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_checkedat.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_cluster.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_complexity.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_attributes.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_attributes_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_cluster_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_duration_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_stops.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_stops_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_travel_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_wait_stop.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_wait_stop_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_wait_vehicle.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_maximum_wait_vehicle_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_no_mix.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_no_mix_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_successor_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_constraint_successors.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_data.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_directed_acyclic_graph.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_directed_acyclic_graph_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_binary.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_composed.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_custom.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_haversine.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_measure_byindex.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_measure_bypoint.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_sum.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_time.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_time_dependent.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_time_dependent_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_expression_unary.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_haversine.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_identifier.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_latest.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_latest_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_maximum.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_cluster_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_earliness.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_earliness_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_expression.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_expression_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_min_stops.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_term.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_travelduration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_travelduration_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_unplanned.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_vehicles.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_objective_vehicles_duration.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_plan_stops_unit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_plan_stops_unit_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_plan_unit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_plan_units_unit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_plan_units_unit_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_statistics.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_stop.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_stop_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_stops_distance_queries.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_stops_distance_queries_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_vehicle.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_vehicle_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/model_vehicle_type.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/base_model.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/bin/nextroute-darwin-amd64 +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/bin/nextroute-darwin-arm64 +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/bin/nextroute-linux-amd64 +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/bin/nextroute-linux-arm64 +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/bin/nextroute-windows-amd64 +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/bin/nextroute-windows-arm64 +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/check/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/check/options.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/check/schema.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/factory/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/factory/options.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/options.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/input.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/location.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/output.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/statistics.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/stop.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute/schema/vehicle.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/nextroute.code-workspace +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/observers/doc.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/observers/performance_observer.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/observers/solve_observer.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/observers/solve_performance_observer.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/pyproject.toml +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/requirements.txt +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/schema/custom_data.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/schema/custom_data_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/schema/input.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/schema/output.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_construcation_sweep_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_construction_random.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_construction_sweep.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_format.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_initial_observer.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_initial_stops_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move_stops.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move_stops_generator.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move_stops_generator_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move_stops_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_move_units.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_observer.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_plan_stops_unit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_plan_unit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_plan_unit_collection.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_plan_unit_collection_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_plan_units_unit.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_position_hint.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_sequence_generator.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_sequence_generator_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_stop.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_stop_generator.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_stop_generator_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_stop_position.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_unplan.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_vehicle.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solution_vehicle_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_events.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_information.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_and.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_or.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_plan.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_restart.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_unplan.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_unplan_clusters.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_unplan_location.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_operator_unplan_vehicles.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_parallel_events.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_parameters.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_progressioner.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_solution_channel.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_solver.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solve_solver_parallel.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solver.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/solver_parallel.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/check/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/check/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/check/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/check/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_constraint/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_constraint/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_constraint/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_constraint/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_matrices/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_matrices/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_matrices/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_matrices/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_objective/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_objective/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_objective/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_objective/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_operators/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_operators/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_operators/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_operators/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_output/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_output/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_output/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/custom_output/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/benchmark_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/activation_penalty.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/activation_penalty.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/alternates.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/alternates.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/basic.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/basic.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/capacity.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/capacity.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/compatibility_attributes.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/compatibility_attributes.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/complex_precedence.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/complex_precedence.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/custom_data.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/custom_data.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/defaults.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/defaults.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/direct_precedence.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/direct_precedence.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/direct_precedence_linked.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/direct_precedence_linked.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/distance_matrix.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/distance_matrix.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/duration_groups.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/duration_groups.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/duration_groups_with_stop_multiplier.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/duration_groups_with_stop_multiplier.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/duration_matrix.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/duration_matrix.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/early_arrival_penalty.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/early_arrival_penalty.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_compatibility.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_compatibility.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_compatibility.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_max_duration.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_max_duration.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_max_duration.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_remove_all.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_remove_all.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_remove_all.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_temporal.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_temporal.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_temporal.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_tuple.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_tuple.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/initial_stops_infeasible_tuple.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/late_arrival_penalty.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/late_arrival_penalty.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_distance.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_distance.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_duration.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_duration.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_stops.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_stops.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_wait_stop.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_wait_stop.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_wait_stop.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_wait_vehicle.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_wait_vehicle.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/max_wait_vehicle.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/min_stops.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/min_stops.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/multi_window.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/multi_window.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/multi_window.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/no_mix.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/no_mix.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/no_mix_null.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/no_mix_null.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/no_mix_null.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/precedence.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/precedence.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/precedence_pathologic.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/precedence_pathologic.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/start_level.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/start_level.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/start_level.md +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/start_time_window.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/start_time_window.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/stop_duration.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/stop_duration.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/stop_duration_multiplier.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/stop_duration_multiplier.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/stop_groups.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/stop_groups.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/template_input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/template_input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/unplanned_penalty.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/unplanned_penalty.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/vehicle_start_end_location.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/vehicle_start_end_location.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/vehicle_start_end_time.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/vehicle_start_end_time.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/vehicles_duration_objective.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/golden/testdata/vehicles_duration_objective.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/inline_options/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/inline_options/input.json.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/inline_options/main.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/inline_options/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/schema/__init__.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/schema/input.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/schema/output.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/schema/output_with_check.json +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/schema/test_input.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/schema/test_output.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/nextroute_python/test_options.py +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/output_options/main.sh +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/output_options/main.sh.golden +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/tests/output_options/main_test.go +0 -0
- {nextroute-1.8.0.dev1 → nextroute-1.8.0.dev2}/version.go +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: nextroute
|
|
3
|
-
Version: 1.8.0.
|
|
3
|
+
Version: 1.8.0.dev2
|
|
4
4
|
Summary: Nextroute is an engine for solving Vehicle Routing Problems (VRPs).
|
|
5
5
|
Project-URL: Homepage, https://www.nextmv.io
|
|
6
6
|
Project-URL: Documentation, https://www.nextmv.io/docs/vehicle-routing
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v1.8.0-dev.2
|
|
@@ -15,12 +15,13 @@ from nextroute.schema.output import Output
|
|
|
15
15
|
|
|
16
16
|
SUPPORTED_OS = ["linux", "windows", "darwin"]
|
|
17
17
|
"""The operating systems supported by the Nextroute engine."""
|
|
18
|
-
SUPPORTED_ARCHITECTURES = ["x86_64", "arm64"]
|
|
18
|
+
SUPPORTED_ARCHITECTURES = ["x86_64", "arm64", "aarch64"]
|
|
19
19
|
"""The architectures supported by the Nextroute engine."""
|
|
20
20
|
|
|
21
21
|
_ARCHITECTURE_TRANSLATION = {
|
|
22
22
|
"x86_64": "amd64",
|
|
23
23
|
"arm64": "arm64",
|
|
24
|
+
"aarch64": "arm64",
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
|
nextroute-1.8.0.dev1/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v1.8.0-dev.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|