routee-compass-core 0.18.0

The core routing algorithms and data structures of the RouteE-Compass energy-aware routing engine
Documentation
1
2
3
4
5
6
7
mod error;
mod memory_unit;
mod model;

pub use error::TerminationModelError;
pub use memory_unit::MemoryUnit;
pub use model::TerminationModel;