Struct vrp_core::models::Solution [−][src]
pub struct Solution {
pub registry: Registry,
pub routes: Vec<Route>,
pub unassigned: Vec<(Job, i32)>,
pub extras: Arc<Extras>,
}Represents a VRP solution.
Fields
registry: RegistryActor’s registry.
routes: Vec<Route>List of assigned routes.
unassigned: Vec<(Job, i32)>List of unassigned jobs within reason code.
extras: Arc<Extras>Specifies index for storing extra data of arbitrary type.
Auto Trait Implementations
impl !RefUnwindSafe for Solution
impl !RefUnwindSafe for Solutionimpl !UnwindSafe for Solution
impl !UnwindSafe for Solution