Freight Costing

Go back to Tutorial

 

There are two main reasons why a special form of cost reporting is beneficial to a manager running a transport operation. These are

  • the need to know the details of the vehicle and fleet performance in order to control the operations
  • the need to know in sufficient time to make any necessary changes.

A weekly system of reports for every vehicle in a fleet will show, amongst other things, the distance that the vehicle has travelled and how much money has been paid out for fuel for this vehicle.

Two types or aspects of a costing system have been identified:

  • the recording of actual costs and performance in order to monitor and control the transport operation
  • the measuring of costs to identify the amount to allow to cover costs and to budget for a job.

Important considerations in costing are

  • manpower: the drivers of the vehicles;
  • machinery: the vehicles themselves;
  • materials: associated resources, such as tyres, fuel, etc;
  • money: the respective costs of the resources;
  • minutes: the time when these resources are used for different purposes.

Various types of costs involved are

  • Direct cost – It is a cost that is directly attributable to a cost center and would include – fuel, the vehicle road license and vehicle insurance.
  • Indirect costs – They are the general costs that result from running a business. They are also referred to as overhead costs, administrative costs or establishment costs. These costs have to be absorbed or covered in the rates charged to the customer.
  • Fixed costs – It refers to the cost center itself (i.e. the vehicle). These costs will not vary over a fairly long period of time (say, a year) and they are not affected by the activity of the vehicle and include depreciation of the purchase cost of the vehicle, vehicle excise duty and vehicle insurance.
  • Variable cost – It is the opposite of a fixed cost in that it varies with respect to the distance the vehicle travels. It is sometimes known as the running cost. Examples include fuel and oil.

Whole life costing

This approach to assessing the cost of owning and operating an asset has become accepted as a particularly good way of identifying the true cost of a vehicle. It is especially useful when trying to compare quotations from different companies.

 

The idea is to include in the analysis all the cost elements that are involved in a vehicle’s life or at least that part of its life when it is owned by a particular organization. The major cost elements are the initial purchase price of the vehicle and the total operating costs incurred by that vehicle during its life, I.e. maintenance, tyres and fuel, with reduction of the achieved/guaranteed residual value of the vehicle.

Zero-based budget

It involves as though the operation had never existed and is being planned for the first time, hence the name ‘zero’ or back to the starting point. Each element of the operating budget must be analyzed line by line. E.g. the cost of fuel will be calculated by examining the fuel consumption of the different types of vehicle in the fleet according to the manufacturers’ technical figures, which will be divided into the annual mileages for this type of vehicle and finally multiplied by the cost of fuel.

Freight Routing and Scheduling

Most of our daily requirements are made by the service provider coming to our premises. These services are home delivery of Pizza within 30 minutes, transportation service of office picking all employees or school children, Milkman delivering milk door-to-door and postal/courier services. In such services, service delivery and timely service are very important. These issues mainly require scheduling and routing of service vehicles.

The objective of most routing and scheduling problems is to minimize the total cost of providing the service. The scheduling of customer service and the routing of service vehicles are at the heart of many service operations.

Vehicle Routing and Scheduling

The vehicle routing problem (VRP) is a combinatorial optimization and integer programming problem seeking to service a number of customers with a fleet of vehicles. Often the context is that of delivering goods located at a central depot to customers who have placed orders for such goods. Objective of such problems is to minimize the time and distance traveled.

Vehicle routing and scheduling problems are relatively complicated as, there are many different types of problem that can arise, each of which needs to be understood and approached in a different way.

Problem Types – The different types of problems are

  • Strategic problems are concerned with the longer-term aspects of vehicle routing and scheduling, in particular where there is a regular delivery of similar products and quantities to fixed or regular customers.
  • Tactical problems are concerned with routes that have to be scheduled on a weekly or a daily basis.
  • Interactive basis allows the scheduler to use the computer to derive the most effective routes. Actual demand data are used rather than historical demand, and these ‘real-time’ data provide the basis on which routes are scheduled.

Characteristics of Routing and Scheduling

Routing and scheduling problems are often presented as graphical networks. Circles are called nodes and represent pickup and/or delivery points. A specific node represents a depot or home node, from which the vehicle’s trip originates and ends. Connecting these nodes are line segments referred to as arcs. Arcs describe the time, cost, or distance required to travel from one node to another. Undirected arcs are represented by simple line segments. Directed arcs are indicated by arrows.

Feasibility – Minimum-cost solution or any other criterion like time or distance traveled is subject to the tour being feasible. Feasibility implies that

  • A tour must include all nodes
  • A node must be visited only once
  • A tour must begin and end at a depot.

 

Route: Sequence in which the nodes (or) arcs are to be visited

Schedule: Specifies when each node has to be visited

Routing and Scheduling Problems

Various routing and scheduling problems are

 

  • Traveling Salesman problem (TSP) – We begin with a set of nodes, to be visited by a single vehicle. The nodes may be visited in any order, there are no precedence relationships, the travel costs between two nodes are the same regardless of the direction traveled, and there are no delivery-time restrictions. In addition, vehicle capacity is not considered.
  • Multiple traveling salesman problem (MTSP) – It is an extension of the traveling salesman problem and occurs when a fleet of vehicles must be routed from a single depot. The goal is to
  • generate a set of routes, one for each vehicle in the fleet but, a node may be assigned to only one vehicle with vehicle will have more than one node assigned to it. There are no restrictions on the size of the load or number of passengers a vehicle may carry. The solution to this problem will give the order in which each vehicle is to visit its assigned nodes.
  • Vehicle routing problem (VRP) – If we now restrict the capacity of the multiple vehicles and couple with it the possibility of having varying demands at each node, the problem is classified as a VRP.
  • Chinese postman problem (CRP) – if the demand for the service occurs on the arcs, rather than at the nodes, or if demand is so high that individual demand nodes become too numerous to specify, we have a CRP

 

Problem Demand Arcs Depot count Vehicle Count Vehicle Capacity
Traveling salesman problem At the nodes Directed or undirected 1 =1 Unlimited
Multiple traveling salesman problem At the nodes Directed or undirected 1 >1 Unlimited
Vehicle routing problem At the nodes Directed or undirected 1 >1 Limited
Chinese postman problem On the arcs Directed or undirected 1 ≥1 Limited or unlimited

Solution Approach to Routing and Scheduling Problems

Two commonly used heuristics for the traveling salesman problem are the nearest neighbor procedure and the Clark and Wright savings heuristic.

Nearest Neighbor Procedure (NNP) builds a tour based on the cost or distance of traveling from the last-visited node to the closest node in the network. The steps in NNP are:

  • Start with a node at the beginning of the tour (say depot node)
  • Find the node closest to the last node and add to the tour. If the closest node is already in the tour or already there in the path then select next closest node.
  • Go to step 2 until all nodes have been added
  • Connect the first and the last node to form a complete tour

Clark and Wright Savings Heuristic (C-W) – Clark and Wright (C-W) algorithm was developed by Enter G Clarke and J. W. Wright. The basis for C-W algorithm is savings concept where these savings are realized by linking pairs of delivery points served by a single depot in the network. First step in C & W heuristic is to select a node as depot node and label as node 1.

To understand the savings concept, assume n-1 vehicles are available where n is the number of nodes. Each vehicle travels from the depot directly to the node and return to the depot. As we can see in the network below for milk delivery example, one vehicle goes from depot to node 2 and come back and other vehicle goes from depot to node 3 and comes back to depot (node 1).

Scheduling Service Vehicles

Scheduling problems have delivery-time restrictions with specified starting and ending times for a service in advance. Subway schedules fall into this category. A service scheduling problem is called two-sided window if the time limits are specified such as a delivery has to be made between 11 am and 2 pm. A service scheduling problem is called one-sided window if a service specifies that it should precede a given time, for example the case of newspaper, delivery should complete before 7 am.

These problems consists of a

  • set of tasks, each with starting time and ending times
  • set of directed arcs with starting and ending locations.

The set of vehicles may be housed at one or more depots.

Deadhead Time

Deadhead time is a user-specified period of time such that start time of task j must be longer than the end time of task i. It is the non-productive time required for the vehicle to travel from one task location to another or return to the depot empty.

The concurrent Scheduler Approach – This heuristic is used to solve the above type of scheduling problem. The procedure is as

  • Order all tasks by starting times
  • Assign first task to vehicle 1
  • For the remaining number of tasks, assign the next task to vehicle that has the minimum deadhead time to that task. Otherwise create a new vehicle and assign the task to it.

 

Certified Inventory and Warehouse Analytics Professional

Go back to Tutorial

Get industry recognized certification – Contact us

Menu