Struct vrp_core::solver::processing::UnassignmentReason
source · [−]pub struct UnassignmentReason {}Expand description
Tries to improve job unassignment reason.
Trait Implementations
sourceimpl Default for UnassignmentReason
impl Default for UnassignmentReason
sourcefn default() -> UnassignmentReason
fn default() -> UnassignmentReason
Returns the “default value” for a type. Read more
sourceimpl HeuristicSolutionProcessing for UnassignmentReason
impl HeuristicSolutionProcessing for UnassignmentReason
type Solution = InsertionContext
type Solution = InsertionContext
A solution type.
sourcefn post_process(&self, solution: Self::Solution) -> Self::Solution
fn post_process(&self, solution: Self::Solution) -> Self::Solution
Post processes solution.
Auto Trait Implementations
impl RefUnwindSafe for UnassignmentReason
impl Send for UnassignmentReason
impl Sync for UnassignmentReason
impl Unpin for UnassignmentReason
impl UnwindSafe for UnassignmentReason
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more