Click or drag to resize

RouteMetrics Class

Metrics and detailed information for a route generated by the solver.
Inheritance Hierarchy
SystemObject
  VRSolverRouteMetrics

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public class RouteMetrics

The RouteMetrics type exposes the following members.

Constructors
  NameDescription
Public methodRouteMetrics
Initialises a new instance of the RouteMetrics class.
Top
Properties
  NameDescription
Public propertyDistanceCost
The total distance cost.
Public propertyDrivingTimeTotal
Total driving time.
Public propertyIdleTimeTotal
The total idle time (waiting for job windows to open when a resource arrives before a job window opens).
Public propertyJobsCount
The number of Jobs assigned in this route (*not JobParts*).
Public propertyJobTimeTotal
The sum of the JobTime for all the Jobs in this route.
Public propertyJobWeightTotal
The total weight for all the Jobs in this route.
Public propertyLateTimeCost
The total late time cost. This is the total late time in minutes multiplied by the TotalLatenessWeight.
Public propertyLateTimeTotal
The total late time (when the resource arrives after a soft window closes).
Public propertyMaxJobTimeCost
The total cost for the maximum total Job time soft constraint (MaxJobTimeSoftConstraint). This is the difference between the total Job time and the maximum Job time in minutes, multiplied by the MaxJobTimeSoftConstraintWeight.
Public propertyMaxWorkTimeCost
The total cost for the maximum working time soft constraint (MaxWorkTimeSoftConstraint). This is the difference between the total work time and the maximum work time in minutes, multiplied by the MaxWorkTimeSoftConstraintWeight.
Public propertyMinJobTimeCost
The total cost for the minimum total Job time soft constraint (MinJobTimeSoftConstraint). This is the difference between the total Job time and the minimum Job time in minutes, multiplied by the MinJobTimeSoftConstraintWeight.
Public propertyMinWorkTimeCost
The total cost for the minimum working time soft constraint (MinWorkTimeSoftConstraint). This is the difference between the total work time and the minimum work time in minutes, multiplied by the MinWorkTimeSoftConstraintWeight.
Public propertyTotalDistance
The total distance.
Public propertyViolations
The violations of any constraints in the route.
Public propertyWaitingTimeTotal Obsolete.
The total idle time (waiting for job windows to open when a resource arrives before a job window opens). This is obsolete - use IdleTimeTotal instead.
Public propertyWorkTimeTotal
Total duty time.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

www.routingautomation.com | support