Enum vrp_core::construction::heuristics::InsertionPosition [−][src]
pub enum InsertionPosition {
Any,
Concrete(usize),
Last,
}Expand description
Specifies allowed insertion position in route for the job.
Variants
Job can be inserted anywhere in the route.
Job can be inserted only at the leg with the concrete index.
Tuple Fields of Concrete
0: usizeJob can be inserted only to the end of the route.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InsertionPosition
impl Send for InsertionPosition
impl Sync for InsertionPosition
impl Unpin for InsertionPosition
impl UnwindSafe for InsertionPosition
Blanket Implementations
Mutably borrows from an owned value. Read more