Trait vrp_core::solver::processing::post::PostProcessing [−][src]
pub trait PostProcessing {
fn process(&self, insertion_ctx: InsertionContext) -> InsertionContext;
}Expand description
A trait which specifies the logic to apply post processing to solution.
Required methods
fn process(&self, insertion_ctx: InsertionContext) -> InsertionContext
fn process(&self, insertion_ctx: InsertionContext) -> InsertionContext
Applies post processing to given solution.