Struct vrp_core::solver::processing::AdvanceDeparture
source · pub struct AdvanceDeparture { /* private fields */ }Expand description
Provides way to reduce waiting time by advancing departure time.
Trait Implementations§
source§impl Default for AdvanceDeparture
impl Default for AdvanceDeparture
source§fn default() -> AdvanceDeparture
fn default() -> AdvanceDeparture
Returns the “default value” for a type. Read more
source§impl HeuristicSolutionProcessing for AdvanceDeparture
impl HeuristicSolutionProcessing for AdvanceDeparture
§type Solution = InsertionContext
type Solution = InsertionContext
A solution type.
source§fn post_process(&self, solution: Self::Solution) -> Self::Solution
fn post_process(&self, solution: Self::Solution) -> Self::Solution
Post processes solution.