Type Alias vrp_core::solver::TargetHeuristic

source ·
pub type TargetHeuristic = Box<dyn HyperHeuristic<Context = RefinementContext, Objective = GoalContext, Solution = InsertionContext>>;
Expand description

A type alias for domain specific heuristic.

Aliased Type§

struct TargetHeuristic(/* private fields */);