Site icon Tutorial

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

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:

Important considerations in costing are

Various types of costs involved are

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

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

 

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

 

 

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:

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

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

 

Certified Inventory and Warehouse Analytics Professional

Go back to Tutorial

Exit mobile version