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
11
12
13
14
15
16
17
mod custom_variable_config;
mod custom_variable_type;
mod input_feature;
mod state_model;
mod state_model_error;
mod state_variable;
mod state_variable_config;
mod update_operation;

pub use custom_variable_config::CustomVariableConfig;
pub use custom_variable_type::CustomVariableType;
pub use input_feature::InputFeature;
pub use state_model::StateModel;
pub use state_model_error::StateModelError;
pub use state_variable::StateVariable;
pub use state_variable_config::StateVariableConfig;
pub use update_operation::UpdateOperation;