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
pub mod default;
mod frontier_model;
mod frontier_model_builder;
mod frontier_model_error;
mod frontier_model_service;

pub use frontier_model::FrontierModel;
pub use frontier_model_builder::FrontierModelBuilder;
pub use frontier_model_error::FrontierModelError;
pub use frontier_model_service::FrontierModelService;