Chapter 3 - Transportation Modes
Chapter 3 - Transportation Modes
1. Motor Carriers
2. Railroads
3. Airlines
4. Water (Shipping) Carriers
5. Pipelines
Transportation Modes
For-Hire Private
Local Intercity
5
Regulated Local vs. 4 Specialized motor carriers haul a
vs. Exempt Intercity 1 special commodity such as:
Odd-sized and/or heavy freight
4
Common Liquids products
General vs. vs. Freight requiring controlled
Specialized Contract temperature
2 Hazardous materials
TL vs. LTL
3
Classification of For-hire Carriers
5
Local vs. 5 An exempt for-hire motor carrier
Regulated transports exempt (unregulated)
vs. Exempt Intercity 1
commodities owned by others for
4 compensation.
Common
General vs. vs. The exempt commodities usually
Specialized Contract include unprocessed or
unmanufactured goods, fruits and
2 vegetables, and other items of little
TL vs. LTL
3 or no value.
Carrier Selection
Your Shipping Partner?
Evaluation:
Transports the package whether it’s 5km or 5000km
Provides tracking information
Delivers the package to the customer’s front door
Records when the package is actually delivered
Criteria:
Price:
Speed/time, Responsiveness
Capabilities
Services, Claims Record, Reliability
Characteristics of the Motor
Carrier Industry
The Motor Carrier Industry
90.5% of these
Large in Number, Small in Size carriers operate with
6 or fewer vehicles.
US
Distribution
of Motor
Carriers
2012
A large number of relatively A small number of relatively large firms with some
small firms with relative freedom degree of capital constraint for entry.
of entry and exit due to limited • LTL. Significant investment in a network of terminals
capital requirement. • Special equipment carriers. Larger investments in
TL sector with strong equipment and terminals than general freight
competition with private • Large, national TL carriers. Significant capital
carriers. investment for scale and geographic scope of
operations
Operating and Service Characteristics:
General Advantageous Service Characteristics
Carrying Capacity
(Inventory levels and service frequency)
Loss and Damage
(Relatively damage free)
Operating and Service Characteristics:
Equipments
In most cases, equipment represents the largest operating asset
that a carrier maintains.
Equipment Position
Configuration Decisions and
Deployment
Size (length)
Cargo-carrying
Federal/state maximum weight limits Capacity of Line-
haul Vehicles
Moving time
Moving time
Unloading time
Break-bulk Terminals
Break-Bulk Terminal
Provide an intermediate point where freight with common destinations from
the PUD terminals is combined to facilitate higher utilization of vehicle
capacity.
Services performed
Shipment consolidation and dispersion (or break-bulk) operations
Long-haul driver domiciles
Break-bulk Terminals: example
Potato supplier
Tomato supplier
Relay Terminals
Relay Terminal
Relay terminals are different from the PUD and break-bulk terminals in that
freight is never touched.
Services performed. At the relay terminal, one driver substitutes for another
who has accumulated the maximum hours of service (11 hours after 10
consecutive hours off duty).
“Slip seat” and sleeper team – An alternative to the use relay terminal
Relay Terminals: example
LTL Operation Recap
4
at another break-bulk
BX miền đông
BX miền tây
Terminal Management Decisions
Number of Terminals
1 The degree of market penetration
and customer service desired
Terminal size vs. peddle run
distance tradeoffs
Location of Terminals
Hours-of-service regulation
Consideration of backhauls
2 between terminals
Market penetration and customer
service desired
Cost Structure of Motor Carriers
High levels of variable costs and relatively low fixed costs, with higher
fixed cost in LTL operation due to terminal systems
x
i =1
ij = b j ; j = 1, 2,..., n
The goal is to determine a pattern of shipping that minimizes the total transportation cost
from plants to warehouses. Develop mathematical model for this case.
Example
The production quantities at the factories in the next month are expected to be (in
thousands of units)
____________________________________
Plant Anticipated Production (1000s)
_____________________________________
HaiDuong 45
Dongnai 120
Binhduong 95
_____________________________________
Since the total production at the three plants is 260 thousands units, the amounts shipped
to the 4 warehouses will be (rounded to the nearest unit)
___________________________________
Warehouse shipment quantity (1000s)
___________________________________
Hanoi 80
Danang 78
HCMC 47
Cantho 55
___________________________________
Solution
𝑀𝑖𝑛𝑖𝑚𝑖𝑧𝑒 𝑍 = 250𝑥11 + 420𝑥12 + 380𝑥13 +
⋯ + 1550𝑥31 + 1420𝑥32 + 1660𝑥33 + 1730𝑥34
Subject to:
x11+x12+x13+x14 = 45
x21+x22+x23+x24 = 120
x31+x32+x33+x34 = 95
x11 + x21 + x31 = 80
x12 + x22 + x32 = 78
x13 + x23 + x33 = 47
x14 + x24 +x34 = 55
Solution
Solution:
x14 = 45, x21 = 42,
x22 = 78, x31 = 38,
x33 = 47, x34 = 10
Vehicle Routing Problem:
Clarke- Wright Algorithm
There is a central depot from which all vehicles depart and return. We assume
that there are known costs of traveling from the depot to each customer location
and between customers: cij, i = 0, .., n and j = 1, … n. The question is how to
assign vehicles to customer locations to meet customer demand and minimizes
delivery costs, subject to not exceeding the capacity constraint or other
constraints.
Step 1: Calculate saving for all pairs of customers
sij = c0i + c0j – cij
Step 2: Rank the customer pairs in decreasing order of saving sij , ties are
broken arbitrarily.
Step 3: Combine customers and create vehicle routes by considering the pairs
in ranked order, checking each time that we do not violate the problem
constraints
Step 4: repeat step 3 until all pairs have been considered
Example
Kinh Do is a small bakery that supplies 5 major customers with bread each morning. If
we locate the bakery at P0(0,0), then the five customer locations and their daily
requirements are
___________________________________________
Customer Location Daily requirements
___________________________________________
1 (15, 30) 85
2 (5, 30) 162
3 (10. 20) 26
4 (5, 5) 140
5 (20, 10) 110
____________________________________________
The bakery has several delivery trucks, each having a capacity of 300 loaves. We shall
assume that the cost of traveling between any two locations is Euclidean distances. The
goal is to find a delivery pattern that both meets customer demand and minimizes
delivery costs, subject to not exceeding the capacity constraint on the size of the delivery
trucks
Solution
We have the cost matrix as follows:
0 1 2 3 4 5
0 33.5 30.4 22.4 7.1 22.4
2 11.2 25 25
3 15.8 14.1
4 15.8
Step 1: compute the savings for all pairs (i, j), 1 i < j 5
s12 = c01 + c02 – c12 = 33.5 + 30.4 – 10 = 53.9
s13 = 44.7; s14 = 13.7; s15 = 35.3; s23 = 41.6;
s24 = 12.5; s25 = 27.8; s34 = 13.7; s35 = 30.7; s45 = 13.7
Solution
Step 2: The ranking
(1,2), (1,3), (2,3), (1,5), (3,5), (2,5), (1,4), (3,4), (4,5), (2,4)
Step 3:
Combining 1 and 2 on the same route → load = 85 + 162 = 247 < 300
→ new route: 0 – 1 – 2 – 0
Combining 1 and 3 → load = 247 + 26 = 273 < 300 → new route: 0 –
3 – 1 – 2 – 0.
Combining 2 and 3 → already
Combining 1 and 5 → load = 273 + 110 > 300
Combining (3, 5), (2, 5), (1, 4), (3,4) are infeasible
Step 4:
Combining 4 and 5 → load = 140 + 110 = 250 < 300
Combining 2 and 4 → infeasible
The capacitated plant location model
The capacitated plant location model: solution
Transportation Manager Activities
Contract negotiations
Efficiency improvement
Evaluation of customer service quality levels
Supervision
Skill requirements
Current Issues
1 Safety
2 Technology
3 LTL Rates
4 Financial Stability
Current Issues (continued)
Safety Issues Technology Issues
Importance Importance
FMCSA rules for motor carrier safety Enhance management control
fitness inspections Enable timely communications
Safety impact on profitability Enhance environmental safety in
Key issues HazMat movement
Labor safety Key technology
Alcohol and drug abuse Transportation Management System
Drivers’ hours of service and fatigue (TMS)
Vehicle size and weight Satellite technology and GPS systems
Electronic on-board recorders(EOBRs)
Current Issues (continued)
LTL Rate Issues Financial Stability Issues
Importance Importance
Shippers must exercise caution Carrier financial stability is now an
because federal oversight and important aspect of carrier selection.
enforcement is greatly Key issues
diminished. High operating ratios (exceeding
Key issues 95%) are indications of financial plight
Limited anti-trust immunity and low competitive rates.
No tariff filing requirements Recurring problem of overcapacity
Homework
Notable
trend toward
Non- movements
More than 74 of
percent of total
bulk
Cargo intermodal
rail carloadings containers
in US in 2012 Bulk
and trailers,
involved the Cargo
carrying
movement of high-value
bulk materials. Examples: coal, farm finished
products, chemicals, products.
nonmetallic minerals
The North–South railway
the principal railway line
serving the country of
Vietnam
Total length of 1,726 km
1m single-track gauge
line
Terminals: Hanoi (begin)
and Saigon (end)
169 Stations (included 2
terminals)
Railway market
Commodities Hauled
Constraints and Strengths
Case 6-1
3. Airlines
Overview of the Airline Industry
Types of Air Carriers
Air Carriers
Example: Delta
Airlines Fleet
Terminals (Airports)
Government (state and local) invest and
operate airports and airways.
Certain airports in the carriers’ scope of
operation become hubs, similar to the motor
carrier’s break-bulk terminal.
Air carriers pay for the use of the airport
through:
Landing fees
Rent and lease payments for space
Taxes on fuel and airline tickets
Aircraft registration taxes
Economies
of large-scale Economies
Economies
operations of Density
of Scale
Airline Planning
Flight scheduling
Fleet assignment
Aircraft routing
Forwarding Operations
Order management
Cross-docking operations: receiving,
consolidation, classification,…
Delivery
Flight scheduling
Flight scheduling is
the starting point for
all other airline
planning and
operations.
The flight schedule is
a timetable consisting
of what cities to fly to
and at what times
Goal: match
customer demand to
maximize profit
Fleet Assignment
Following the
construction of a
flight schedule and
its corresponding
network, the next
step is to assign the
right fleet type to
each flight in the
schedule.
• The task of fleet assignment is to match each aircraft type in
the fleet with a particular route in the schedule
• Goal: maximize utilization of aircraft
Aircraft routing
The solution obtained from
the fleet assignment in the
previous chapter identifies
the flow of fleet through
the network
Aircraft routing is the
process of assigning each
individual aircraft (referred
to as tail number) within
each fleet to flight legs
Transshipment
or Cross-
docking
Homework
Case 7-1
4. Water (Shipping) Carriers
Overview of the Water Transport Industry
Types of Carriers
Water Carriers
For-Hire Private
Excempt Regulated
Common Contract
Industry Classification by
Waterway Used
1 Great Lakes Carriers
Provide services between ports on Great Lakes.
3 Intercoastal
Carriers 3 Inter-coastal Carriers
Operate ocean-going ships and barges between East
Coast and West Coast ports via the Panama Canal.
Move large quantities of petroleum, crude & refined
between the Atlantic and Gulf of Mexico.
Market Structure
The domestic for-hire water carrier industry consists of a limited number of
relatively small firms, with 584 vessel operators in service in 2011.
Other
Great Lakes Coastal
1% 21%
Domestic water
transport is an
important mode for
the movements of
low-value-to-weight
bulk commodities
(liquid and dry).
Largest vessels
Port Operations
Terminal scheduling, loading/unloading
Quay crane, yard crane, yard trucks scheduling problems
Empty container relocation and management
Forwarding Operations:
Scheduling for consolidation of forwarder
Transportation/Delivery management
Warehouse management
Scheduling consolidation of forwarder
Scheduling seaport terminal
terminal
Determine
which QCs
unload which
bays of the
ship
Goal: minimize
unloading time
Empty container relocation
Empty container relocation to serve exporting demand of customer
Homework
Case 8-1
Case 8-2
5. Pipelines
Overview of the Pipeline Industry
Ownerships and Type of Carriers
The for-hire carriers
dominate the pipeline Owners of pipelines
industry.
Private Individual, vertically integrated oil
Carrier 10% companies.
Jointly owned pipeline companies.
Common Others
Carrier 90% Railroads
Independent oil companies
Other industrial companies
Market Structure
Oligopolistic Industry
The pipeline industry has a small number of very large
carriers that dominate the industry.
Dominance of large
Complex oil companies
Existence of procedural (20 major
High startup
the requirements integrated oil
costs (capital
economies for entry and companies control
costs)
of scale associated about two-thirds of
legal costs crude oil pipeline
mileage)
Intramodal and Intermodal
Competition
2
Constraints and Strengths
Low service rates
Low loss and damage rates
Warehousing function (3-5 mph)
Strengths
High delivery dependability
1
Small diameter laid on ground surface