Struct vrp_core::solver::processing::UnassignmentReason
source · pub struct UnassignmentReason {}Expand description
Tries to improve job unassignment reason.
Trait Implementations§
source§impl Default for UnassignmentReason
impl Default for UnassignmentReason
source§fn default() -> UnassignmentReason
fn default() -> UnassignmentReason
Returns the “default value” for a type. Read more
source§impl HeuristicSolutionProcessing for UnassignmentReason
impl HeuristicSolutionProcessing for UnassignmentReason
§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.