Global Logistics and Supply Chain Management Research Group
Truck and Trailer Routing Problem (TTRP)
Truck and Trailer Routing Problem (TTRP)
Description
The truck and trailer routing problem (TTRP) is a variant of the well known vehicle routing problem (VRP). Different from the VRP, in the TTRP, customers are serviced by a fleet of trucks and trailers. Due to practical constraints, some customers (truck customer; TC) can only be serviced by a single truck. The other customers (vehicle customer; VC) can be serviced by a single truck or a truck pulling a trailer.
The numbers in the first line are Truck Capacity, Trailer Capacity, Number of Customers
The numbers in each of the subsequent lines are Customer Number, X-coordinate, Y-coordinate, Demand, Indicator of Truck Customer (1 = TC, 0 = VC)
The 2nd line is for the depot (node 0) so the last two numbers in the line can be ignored.