Struct vrp_core::solver::search::DecomposeSearch
source · pub struct DecomposeSearch { /* private fields */ }Expand description
A search operator which decomposes original solution into multiple partial solutions, preforms search independently, and then merges partial solution back into one solution.
Implementations§
Trait Implementations§
source§impl HeuristicSearchOperator for DecomposeSearch
impl HeuristicSearchOperator for DecomposeSearch
§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.