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[src]

Expand description

Applies post processing to given solution.

Loading content...

Implementors

Loading content...