[−][src]Module vrp_core::solver::objectives
The objective module specifies various objective functions for solving Vehicle Routing Problem.
Structs
| TotalRoutes | An objective function which controls total amount of routes. |
| TotalTransportCost | An objective function for total cost minimization as a target. |
| TotalUnassignedJobs | An objective function which minimizes amount of unassigned jobs as a target. |
| WorkBalance | A type which provides functionality needed to balance work across all routes. |