Problem: You are given a set of trucks with different payload capacities and fuel consumption rates. Implement a Greedy algorithm to allocate trucks to delivery routes where each route has varying distance and load requirements. Maximize delivery efficiency while minimizing fuel consumption.