routee-compass-core 0.11.3

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod edge;
pub mod edge_id;
pub mod graph;
pub mod network_error;
pub mod vertex;
pub mod vertex_id;

pub use edge::Edge;
pub use edge_id::EdgeId;
pub use graph::Graph;
pub use network_error::NetworkError;
pub use vertex::Vertex;
pub use vertex_id::VertexId;