Struct grote_opdracht::model::Order
[−]
[src]
pub struct Order {
pub location_id: u32,
pub duration: Time,
pub frequency: usize,
pub volume: i32,
}Representds a single order from orders.txt.
Fields
location_id: u32
The corrosponding ID of the order location in the traveling time matrix.
duration: Time
The number of time units it would take the haul the garbage.
frequency: usize
volume: i32
The (already compressed) volume of the order.