Crates.io | logistics |
lib.rs | logistics |
version | 0.0.4 |
source | src |
created_at | 2020-07-24 03:24:47.029856 |
updated_at | 2020-11-07 22:32:46.664384 |
description | Logistics Engineering Client |
homepage | https://github.com/andromia/logistics.git |
repository | https://github.com/andromia/logistics.git |
max_upload_size | |
id | 268867 |
size | 5,552 |
Rust Logistics Engineering Client
CLI:
logistics ./file --vrp
Server:
logistics run server --port=9999
The first target of the client is to provide an efficient method for generating optimized VRP solutions from csv data.
Models will be limited to single-origin, one-dimension capacities and demands, and optimized only using the inital distance and capacity constraints.
Maximum Vehicle Capacity: The total number of units allowed in a vehicle for a given route.
Maximum Route Distance: The maximum cummulative travel distance for a route.