3 releases
Uses old Rust 2015
0.1.0 |
|
---|---|
0.0.4 | Nov 7, 2020 |
0.0.2 | Oct 11, 2020 |
0.0.1 |
|
0.0.0 | Oct 10, 2020 |
#1826 in Math
4KB
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
Dependencies
~335KB