routee-compass-core 0.19.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
mod network_cost_rate;
mod network_cost_rate_builder;
mod network_edge_cost_row;
mod network_vertex_cost_row;

pub use network_cost_rate::NetworkCostRate;
pub use network_cost_rate_builder::NetworkCostRateBuilder;
pub use network_edge_cost_row::NetworkEdgeCostRow;
pub use network_vertex_cost_row::NetworkVertexCostRow;