Module vrp_core::solver::processing[][src]

Expand description

Contains pre and post processing logic.

Structs

Provides way to reduce waiting time by advancing departure time.

Provides the way to run multiple processors one by one on problem/solution.

Tries to improve job unassignment reason.

Provides way to change problem definition by reducing total job count using clustering.

Traits

A trait which specifies the logic to apply pre/post processing to problem/solution.

A trait to get or set vicinity config.