Está en la página 1de 1

• Two-phase methods: consist of 1) clustering of vertices and 2) route construction.

The order
of these phases may be "clustering first, route later" or "route first, clustering later".

We introduce two methods: the Clarke and Wright method is an example of the first, the
Sweeping heuristic of the second category.
UNIVERSIDAD DE COSTA RICA
FACULTAD DE INGENIERÍAAssume an complete, undirected graph with symmetric costs and an unlimited number of
ESCUELA DE INGENIERÍA identical
INDUSTRIAL
vehicles with capacity K.

LOGÍSTICA DE LA CADENA DE ABASTECIMIENTO


METHOD OF CLARKE AND WRIGHT II

Examen Final 1. Starting solution: each of the n vehicles serves one customer. 02/07/19
2. For all pairs of nodes i,j, i … j, calculate the savings
El examen debe ser resuelto en forma individual. La duración de la prueba es de 2.5 horas. for joining the cycles using egde [i,j]:
sij = c0i + c0j - cij.
3. Sort the savings in decreasing order.
Respuesta Breve (50 puntos) 4. Take edge [i,j] from the top of the savings list. Join two separate cycles with edge [i,j], if
1. Mencione y explique las tres etapas
(i) theprincipales
nodes belongdel proceso
to separate de negociación.
cycles
(ii) the maximum capacity of the
2. Desarrolle un flujo de proceso para determinar la viabilidad de implementar vehicle is not exceededRFID en una empresa.
(iii) i and j are first or last customer on their cycles.
3. Explique en qué consiste un ERM y cómo
5. Repeat 4 untiladministra
the savings list elisriesgo
handledinherente al proveedor.
or the capacities don't allow more merging.
4. Mencione y explique dos ventajas y dos desventajas de un servicio de transporte subcontratado.
The cyclesa iflai hora
5. Explique el concepto de “clustering” and j are
de NOT unitedrutas
planear in sepen
4, una
if theempresa.
nodes belong to the samea cycle
Refiérase OR thede
aspectos
capacity is exceeded OR either node is an interior node of the cycle.
densidad, distancia y volumen del pedido.
Improvement: Optimize the tour of each vehicle with a TSP heuristic
Desarrollo. (50 puntos)
Examplea 6.1.
La empresa XYZ S.A. distribuye productos susGiven a complete
9 clientes graphelwith
desde a central
centro de depot 0 and 9 customers.
distribución ubicado (The
encosts are not
el punto
directly proportional to the euclidean distances of the diagram.)
0. En la siguiente figura se muestran las localizaciones de cada uno:

Los costos simétricos de distribuir a cada punto (no son proporcionales a la distancia euclideana del diagrama),
así como la demanda, se muestran a continuación:
cij 0 1 2 3 4 5 6 7 8 9
0 - 12 11 7 10 10 9 8 6 12
1 12 - 8 5 9 12 14 16 17 22
2 11 8 - 9 15 17 8 18 14 22
3 7 5 9 - 7 9 11 12 12 17
i 1 2 3 4 5 6 7 8 9
4 10 9 15 7 - 3 17 7 15 18
5 10 12 17 9 3 - 18 6 15 15 di 10 15 18 17 3 5 9 4 6
6 9 14 8 11 17 18 - 16 8 16
7 8 16 18 12 7 6 16 - 11 11
8 6 17 14 12 15 15 8 11 - 10
9 12 22 22 17 18 15 16 11 10 -

Con base en lo anterior, se le solicita que calcule las rutas de distribución utilizando los siguientes métodos y
considerando una capacidad máxima por vehículo de 40 unidades:
a. Método del ahorro.
b. Método del barrido o método del vecino más cercano.
c. Compare ambos métodos y determine la eficiencia en cada caso.

También podría gustarte