OptimizedRoute

constructor(vehicle: Int, cost: Int, delivery: List<Int>? = null, amount: List<Int>? = null, pickup: List<Int>? = null, setup: Int, service: Int, duration: Int, waitingTime: Int, priority: Int, steps: List<RouteStep> = emptyList(), violations: List<Violation> = emptyList())