routee-compass-core 0.19.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
9
10
mod builder;
pub mod default;
mod error;
mod model;
mod service;

pub use builder::ConstraintModelBuilder;
pub use error::ConstraintModelError;
pub use model::ConstraintModel;
pub use service::ConstraintModelService;