Skip to main content

Crate waremax_map

Crate waremax_map 

Source
Expand description

Waremax Map - Graph-based map, routing, and traffic management

Re-exports§

pub use graph::Edge;
pub use graph::EdgeDirection;
pub use graph::Node;
pub use graph::NodeType;
pub use graph::WarehouseMap;
pub use routing::Route;
pub use routing::RouteCache;
pub use routing::Router;
pub use traffic::TrafficManager;
pub use deadlock::WaitForGraph;
pub use deadlock::WaitingFor;
pub use reservation::ReservableResource;
pub use reservation::Reservation;
pub use reservation::ReservationConflict;
pub use reservation::ReservationManager;

Modules§

deadlock
Deadlock detection using Wait-For Graph
graph
Graph-based warehouse map representation
reservation
Reservation-based traffic control for proactive conflict prevention
routing
Routing algorithms for finding paths in the warehouse map
traffic
Traffic management for edge and node capacity