Struct vrp_core::solver::objectives::TotalRoutes [−][src]
pub struct TotalRoutes { /* fields omitted */ }Expand description
An objective function which controls total amount of routes.
Implementations
Creates an instance of TotalRoutes with fleet minimization as a target.
Creates an instance of TotalRoutes with fleet maximization as a target.
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.