Struct vrp_core::models::problem::ObjectiveCost [−][src]
pub struct ObjectiveCost { /* fields omitted */ }Expand description
A hierarchical multi objective for vehicle routing problem.
Implementations
Trait Implementations
Returns collection of objective functions.
type Solution = InsertionContext
type Solution = InsertionContext
The solution value type that we define the objective on.
An objective defines a total ordering between any two solution values. Read more
An objective defines a distance metric between any two solution values. Read more