Struct vrp_core::solver::objectives::WorkBalance[][src]

pub struct WorkBalance {}
Expand description

A type which provides functionality needed to balance work across all routes.

Implementations

Creates (constraint, objective) type pair which balances max load across all tours.

Creates (constraint, objective) type pair which balances activities across all tours.

Creates (constraint, objective) type pair which balances travelled distances across all tours.

Creates (constraint, objective) type pair which balances travelled durations across all tours.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.