You are on page 1of 6

Supply Chain Analytics

(MGT3015)
Review-1
TITLE: TRANSPORTATION SYSTEM

B.RAJESH REDDY
19MIA1102

ABSTRACT

In Logistics services, many different transportation tools such as trucks,


airplanes and ships are available. Different choices of routes and transportation
tools will lead to different costs. To minimize cost, we should consider goods
consolidation (Occasions when different goods sharea journey together.),
different transportation costs and delivery time constraints etc. This projectwe
uses mathematical programming to model such situation and solves for overall
cost minimization solution. The model construction offers options of two
mathematical programming frameworks, DOcplex and CVXPY.

DOcplex is a commercial programming framework developed by IBM, which


directly calls the CPLEX solver. CVXPY is an open-source programming
framework originally developed by a Stanford research team. With this option,
we can choose from a list of solvers integrated by CVXPY framework, CBC
solver is recommended for this model.
INTRODUCTION

Logistics has become the core infrastructure for urban development with the
gradual development of smart cities worldwide In delivery services, many
different transportation tools such as trucks, airplanes and ships are available.
Different choices of routes and transportation tools will lead to different costs.
To minimize cost, we should consider goods consolidation Occasions when
different goods share a journey together. different transportation costs and
delivery time constraints.

Distribution is a vital link to modern logistics, playing an increasingly


significant role in the entire logistics system with its globalization and
Information Distribution connects production and consumption.

We will use mathematical programming to model such situations and solve for
overall cost minimization. By setting a given set of constraints to a problem.
PROBLEM STATEMENT

Consider there are 8 goods, 4 cities (Shanghai, Wuxi, Singapore, Malaysia), 16


ports and 4transportation tools. The 8 goods originate from different cities and
have different destinations.

Each city has 4 ports, the airport, railway station, seaport and warehouse. There
are in total 50 directroutes connecting different ports.

Each route has a specific transportation tool, transportation cost, transit time and
weekly schedule.

Warehouse in each city allows goods to be deposited for a period to fit certain
transportation schedules or wait for other goods to be transported together. All
goods might have different order dates and different delivery deadlines.

how can we find out solution routes for all goods that minimize the overall cost?

Pictorial Representation of the problem:


OBJECTIVES

Finding The Optimal Path of Transport for each Category

Computing the optimal cost of transportation, Warehouse, and taxes

Finding the best possible routes of goods w.r.t the cost, time constraint and
goods size

Literature Survey

Sl. No Title Author /Journal Technique Result


Name
/Year
1. Distribution KaijunLeng, Shanghong VRP, C- C-IAPSO
Path Li IAPSO improves accuracy
Optimization and stability
for IEEE TRANSACTIONS compared to other
Intelligent ON INTELLIGENT algorithms.
Logistics TRANSPORTATION
Vehicles of SYSTEMS, VOL. 23,
Urban Rail NO.2, FEBRUARY 2022
Transportation
Using VRP
Optimization Model
2. Routing Optimization Li Zhang, Tingting VRP ,B&P The algorithm
by Considering Chen,and Chuan was tested on
MultipleUsesof Ding a real-world
Vehicles and Demand case study and
Uncertainty IEEE generated
TRANSACTIONS instances
ON INTELLIGENT based on the
TRANSPORTATION real road
SYSTEMS, VOL. 23, network in
NO.12, DECEMBER Dalian andwas
2022 found to be
more
efficient than
CPLEX.
3. Optimization of Eduard Hepner, Chao C-ITS The results show
the traffic flow Zhao,Kevin Seipel, that public
in public and Robert Hoyer transportation
transport 2021 7th International equipped with a C-
through C-ITS Conference on Models ITSsystem has a
and Technologies for higher velocity and
Intelligent fewer unnecessary
Transportation Systems stops before
(MT-ITS) | ©2021 IEEE intersections.
|
4. Analysis and Haifeng Lin and NSGA and The paper
Optimization of ChengpeiTang MOAPSO proposes a
UrbanPublic IEEE TRANSACTIONS combined
Transport Lines Based ON INTELLIGENT optimization
on Multiobjective TRANSPORTATION model for
Adaptive Particle SYSTEMS, VOL. 23, improving the
Swarm Optimization NO.9, SEPTEMBER urban public
2022 transport network
structure. The
effectiveness of
the method is
verified on a large-
scale network by
seeking solutions
for thesimulated
real network
5 Research on Layout Yan Cheng, Mengru SLP, AHP The article
andOperation Shen,Yang Yao and Zixu discusses theuse
Optimization Shen 2021 4th of SLP and AHP
Method of China International Symposium methods to
Sea- Rail on Traffic Transportation optimize the
Combined and Civil Architecture layout of sea-rail
Transport (ISTTCA) combined
Station transport stations
in China and
provides
suggestions for
improving sea-
rail
combined transport

WORKFLOW
Steps:

1. Acquiring Essential Data


2. Acquiring maximum number of constraints
3. Building a model with integration of constraints
4. Executing the model
5. Interpreting the obtained solution

DATASET

Dataset Consists of various


▪ routes,
▪ costs,
▪ modes of transportation

You might also like