Module vrp_core::solver::objectives[][src]

The objective module specifies various objective functions for solving Vehicle Routing Problem.

Structs

TotalCost

An objective function for total cost minimization as a target.

TotalDistance

An objective function for total distance minimization as a target.

TotalDuration

An objective function for total duration minimization as a target.

TotalRoutes

An objective function which controls total amount of routes.

TotalUnassignedJobs

An objective function which minimizes amount of unassigned jobs as a target.

TotalValue

A type which provides functionality needed to maximize total value of served jobs.

WorkBalance

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