pub struct CloseRouteRemoval {}Expand description
Removes a few random, close to each other, routes from solution.
Trait Implementations
sourceimpl Default for CloseRouteRemoval
impl Default for CloseRouteRemoval
sourcefn default() -> CloseRouteRemoval
fn default() -> CloseRouteRemoval
Returns the “default value” for a type. Read more
sourceimpl Ruin for CloseRouteRemoval
impl Ruin for CloseRouteRemoval
sourcefn run(
&self,
_refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
fn run(
&self,
_refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
Ruins given solution and returns a new one with less jobs assigned.
Auto Trait Implementations
impl RefUnwindSafe for CloseRouteRemoval
impl Send for CloseRouteRemoval
impl Sync for CloseRouteRemoval
impl Unpin for CloseRouteRemoval
impl UnwindSafe for CloseRouteRemoval
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