routee-compass-core 0.17.0

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
8
pub mod combined_ops;
mod combined_traversal_builder;
mod combined_traversal_model;
mod combined_traversal_service;

pub use combined_traversal_builder::CombinedTraversalBuilder;
pub use combined_traversal_model::CombinedTraversalModel;
pub use combined_traversal_service::CombinedTraversalService;