pub fn create_distance_balanced_feature(
    name: &str,
    threshold: Option<f64>,
    total_distance_key: StateKey,
    balance_distance_key: StateKey
) -> Result<Feature, GenericError>
Expand description

Creates a feature which which balances travelled distances across all tours.