Struct vrp_core::solver::objectives::TotalUnassignedJobs [−][src]
pub struct TotalUnassignedJobs { /* fields omitted */ }Expand description
An objective function which minimizes amount of unassigned jobs as a target.
Implementations
Trait Implementations
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 fitness value for given solution.