Function vrp_core::solver::get_dynamic_heuristic

source ยท
pub fn get_dynamic_heuristic(
    problem: Arc<Problem>,
    environment: Arc<Environment>,
) -> DynamicSelective<RefinementContext, GoalContext, InsertionContext>
Expand description

Gets dynamic heuristic using default settings.