Struct vrp_core::solver::RecreateInitialOperator
source · pub struct RecreateInitialOperator { /* private fields */ }Expand description
Wraps recreate method as InitialOperator
Implementations§
Trait Implementations§
source§impl InitialOperator for RecreateInitialOperator
impl InitialOperator for RecreateInitialOperator
§type Context = RefinementContext
type Context = RefinementContext
A heuristic context type.
§type Objective = GoalContext
type Objective = GoalContext
A heuristic objective type.
§type Solution = InsertionContext
type Solution = InsertionContext
A heuristic solution type.