logistics

Crates.iologistics
lib.rslogistics
version0.0.4
sourcesrc
created_at2020-07-24 03:24:47.029856
updated_at2020-11-07 22:32:46.664384
descriptionLogistics Engineering Client
homepagehttps://github.com/andromia/logistics.git
repositoryhttps://github.com/andromia/logistics.git
max_upload_size
id268867
size5,552
Chris Pryer (cnpryer)

documentation

README

logistics

Rust Logistics Engineering Client

About

CLI: logistics ./file --vrp

Server: logistics run server --port=9999

Shipment Routing

The first target of the client is to provide an efficient method for generating optimized VRP solutions from csv data.

Scope

Models will be limited to single-origin, one-dimension capacities and demands, and optimized only using the inital distance and capacity constraints.

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.

Inputs

  • Constraint Setup
  • Depot Latitude and Longitude
  • Demand Latitudes and Logitudes
  • Demand Units
Commit count: 29

cargo fmt