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.