Struct vrp_core::models::problem::Jobs [−][src]
pub struct Jobs { /* fields omitted */ }Expand description
Stores all jobs taking into account their neighborhood.
Implementations
Creates a new Jobs.
Returns all jobs in original order as slice.
Returns range of jobs “near” to given one. Near is defined by costs with relation transport profile and departure time.
Returns cost distance between two jobs.
Returns job rank as relative cost from any vehicle’s start position.
Auto Trait Implementations
impl !RefUnwindSafe for Jobsimpl !UnwindSafe for Jobs