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

Specifies objective functions.

Structs

TotalRoutes

An objective function which counts total amount of routes.

TotalTransportCost

An objective function which calculate total cost.

TotalUnassignedJobs

An objective function which counts total amount of unassigned jobs.

WorkBalance

Provides functionality needed to balance work across all routes.

Constants

BALANCE_ACTIVITY_KEY
BALANCE_DISTANCE_KEY
BALANCE_DURATION_KEY
BALANCE_MAX_LOAD_KEY