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: DimensionsDimensions which contains extra work requirements.