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
mod a_star_algorithm;
pub mod bidirectional_ops;

pub use a_star_algorithm::{run_edge_oriented, run_vertex_oriented};