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

The corrosponding ID of the order location in the traveling time matrix.

The number of time units it would take the haul the garbage.

The (already compressed) volume of the order.

Methods

impl Order
[src]

[src]

Trait Implementations

impl Debug for Order
[src]

[src]

Formats the value using the given formatter. Read more