Struct vrp_core::models::problem::Single [−][src]
pub struct Single { pub places: Vec<Place>, pub dimens: Dimensions, }
Expand description
Represents a job which should be performed once but actual place/time might vary.
Fields
places: Vec<Place>
Specifies job details: where and when it can be performed.
dimens: Dimensions
Dimensions which contains extra work requirements.
Auto Trait Implementations
impl !RefUnwindSafe for Single
impl !UnwindSafe for Single