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
mod cost_aggregation;
mod cost_model;
mod cost_model_error;
pub mod cost_ops;
pub mod network;
mod vehicle;

pub use cost_aggregation::CostAggregation;
pub use cost_model::CostModel;
pub use cost_model_error::CostModelError;
pub use vehicle::vehicle_cost_rate::VehicleCostRate;