Vehicle
@Serializable
Constructors
Link copied to clipboard
constructor(id: Int, profile: String, capacity: Amount? = null, start: LonLat? = null, end: LonLat? = null, startIndex: Int? = null, endIndex: Int? = null, skills: Skills? = null, timeWindow: TimeWindow? = null, breaks: List<VehicleBreak>? = null, earliestStart: Int? = null, latestEnd: Int? = null, maxTasks: Int? = null, maxTravelTime: Int? = null, description: String? = null)
Properties
Link copied to clipboard
Optional list of breaks (each with service & time windows)
Link copied to clipboard
Optional arbitrary metadata to round-trip through the solver
Link copied to clipboard
Earliest/latest start/end (advanced; seconds since midnight)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
When the vehicle is available to operate