pub fn create_tour_order_soft_feature(
    name: &str,
    state_key: StateKey,
    order_fn: TourOrderFn
) -> Result<Feature, GenericError>
Expand description

Creates a tour order as soft constraint.