Vehicle Routing Problem Solver properties

サマリー

The following properties are supported by the network analyst solver object when working with the vehicle routing problem solver. Note that the distance cost attribute can be obtained from the accumulators property on the Describe object.

プロパティ

プロパティ説明データ タイプ
defaultDate
(読み取り専用)

The implied date for time field values that don't have a date specified with the time.

String
distanceFieldUnits
(読み取り専用)

The distance units used by distance fields of the network analysis layer's sublayers and tables (network analysis classes).

  • MilesMiles
  • KilometersKilometers
  • FeetFeet
  • YardsYards
  • MetersMeters
  • InchesInches
  • CentimetersCentimeters
  • MillimetersMillimeters
  • DecimetersDecimeters
  • NauticalMilesNautical miles
String
excessTransitTimePenaltyFactor
(読み取り専用)

Indicates how the solver rates the importance of reducing excess transit time.

  • LowLow
  • MediumMedium
  • HighHigh
  • CustomCustom

This property is only relevant if using Order Pairs.

String
excessTransitTimePenaltyFactorValue
(読み取り専用)

The value used as the penalty factor for excess transit time in the objective function.

Double
timeFieldUnits
(読み取り専用)

The time units used by the temporal fields of the network analysis layer's sublayers and tables (network analysis classes).

  • MinutesMinutes
  • SecondsSeconds
  • HoursHours
  • DaysDays
String
timeWindowViolationPenaltyFactor
(読み取り専用)

Indicates how the solver rates the importance of honoring time windows without causing violations.

  • LowLow
  • MediumMedium
  • HighHigh
  • CustomCustom
String
timeWindowViolationPenaltyFactorValue
(読み取り専用)

The value used as the penalty factor for time window violation in the objective function.

Double
timeZoneUsageForTimeFields
(読み取り専用)

Indicates whether datetime fields in the input data, such as time window fields, should be interpreted as the local time of the order or as coordinated universal time (UTC).

  • GEO LOCALGeo local
  • UTCUTC
String
vrpRoutesShape
(読み取り専用)

The shape type for the route features that are output by the solver.

  • TRUE_LINES_WITHOUT_MEASURESTrue lines without measures
  • TRUE_LINES_WITH_MEASURESTrue lines with measures
  • NO_LINESNo lines
  • STRAIGHT_LINESStraight lines
String
spatialClustering
(読み取り専用)

Specifies whether to use spatial clustering.

  • CLUSTERThe orders assigned to an individual route will be spatially clustered. Clustering orders tends to keep routes in smaller areas and reduce how often route lines intersect one another; yet, clustering can increase overall travel times. This is the default.
  • NO_CLUSTERThe solver will not prioritize spatially clustering orders, and the route lines might intersect. Use this option if route zones are specified.
Boolean

このトピックの内容