Struct vrp_core::solver::RecreateInitialOperator
source · [−]pub struct RecreateInitialOperator { /* private fields */ }Expand description
Wraps recreate method as InitialOperator
Implementations
Trait Implementations
sourceimpl InitialOperator for RecreateInitialOperator
impl InitialOperator for RecreateInitialOperator
type Context = RefinementContext
type Context = RefinementContext
A heuristic context type.
type Objective = ProblemObjective
type Objective = ProblemObjective
A heuristic objective type.
type Solution = InsertionContext
type Solution = InsertionContext
A heuristic solution type.
Auto Trait Implementations
impl !RefUnwindSafe for RecreateInitialOperator
impl Send for RecreateInitialOperator
impl Sync for RecreateInitialOperator
impl Unpin for RecreateInitialOperator
impl !UnwindSafe for RecreateInitialOperator
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