practical assignment optimization: waste collectionrapid prototyping & data analyse ontwerpen...

29
Practical Assignment Optimization: Waste Collection van x naar u Kevin van Blokland, MSc 13 november 2013

Upload: others

Post on 07-Nov-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Practical Assignment Optimization:

Waste Collection

van x naar u

Kevin van Blokland, MSc

13 november 2013

Page 2: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Practical assignment: AVR - Van Gansewinkel

Offers integral waste services and reliable environmental solutions for 8

European countries

Specialized in collecting, transferring, recycling and processing waste

13 november 2013 Copyright CQM B.V.

Page 3: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Practical assignment in a nutshell

Given the following inputs:

A list of orders of waste collection points

A distance matrix between waste collection points

A number of waste collection vehicles

A waste disposal location

Create the following plan:

Create a weekly schedule for each vehicle such that as much orders as possible

are fulfilled and the total use time of the waste collection vehicles is minimized

13 november 2013 Copyright CQM B.V.

Page 4: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Orders AVR – Van Gansewinkel

AVR – Van Gansewinkel has various subscription types for sale for the

collection of waste:

Fixed schedule for customers

- Frequency varies from five times per week to once every 12 weeks. For this

assignment the frequency varies from one to five times per week.

One ore more containers with a volume of 140 to 5000 liters

13 november 2013 Copyright CQM B.V.

Page 5: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Valid frequencies for waste collection

When a customer subscribes for example for garbage collection twice per week,

the two collection times should be more or less evenly spread over the week

Table below shows valid waste collection patterns:

13 november 2013 Copyright CQM B.V.

Indication Frequency Valid patterns

1PWK Once per week mo, tu, we, th, fr

2PWK Twice per week mo_th, tu_fr

3PWK Three times per week mo_we_fr

4PWK Four times per week mo_tu_we_th, mo_tu_we_fr,

mo_tu_th_fr, mo_we_th_fr,

tu_we_th_fr

5PWK Five times per week mo_tu_we_th_fr

Page 6: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Fleet AVR – Van Gansewinkel

2 vehicles

Both vehicles available on Monday to Friday from 6:00h until 18:00h

Outside the times above the vehicles have to be empty and be present at the

waste disposal location

The capacity per vehicle is 20.000 liters

The volume of waste is reduced by a factor five when it is collected (a container

of 1000 liters corresponds with a volume of 200 liter in the garbage collection

vehicle)

- Containers usually are not completely filled

- Waste is thickened by compressing it

13 november 2013 Copyright CQM B.V.

Page 7: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Disposal of waste

Collected waste has to be taken to the waste processor which is located

at the waste disposal location

Disposal of waste always takes 30 minutes

It is allowed to dispose waste more than once per day

The two vehicles may dispose waste at the same time

When waste is disposed at the end of the day, the waste disposal has to

be finished before 18:00h

13 november 2013 Copyright CQM B.V.

Page 8: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Objective of the assignment

Make routes whereby for each customer the waste is collected with the agreed

frequency

The total use time of the vehicles has to be minimized.

The total use time is the sum of:

- Time of emptying containers

- Total travel time

- Time of disposing waste

Orders have to be planned completely or not be planned:

- Not planning an order yields a penalty of 3 times the total emptying time. The total

emptying time is defined as the single emptying time multiplied by the number of

times an order has to be collected.

13 november 2013 Copyright CQM B.V.

Page 9: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Datasets

Orderbestand.txt

AfstandenMatrix.txt

13 november 2013 Copyright CQM B.V.

Order Unique number for the order

Plaats Location

Frequentie Collection frequency of the order

AantContainers Number of containers that have to be collected each time. All containers

have the same type (volume)

VolumePerContainer Volume per container at the customer

LedigingsDuurMinuten Emptying time of this order (all containers together)

MatrixID Reference to the distance matrix

Xcoordinaat X coordinate of this order

Ycoordinaat Y coordinate of this order

MatrixID1 Reference of the from location

MatrixID2 Reference of the to location

Afstand Distance from the “from location” to the “to location” in meters

Rijtijd Travel time from the “from location” to the “to location” in seconds

Page 10: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Solution format

A route is a per vehicle (1 and 2) per day (1 through 5) ordered list of orders that

are collected after each other. The route also contains one or more waste

disposal moments.

Format file:

13 november 2013 Copyright CQM B.V.

Vehicle; Day; Sequence number; Order

Vehicle {1, 2}

Day {1, …, 5} (1=mo, 2=tu, 3=we, 4=th, 5=fr)

Sequence number {1, 2, … } Sequence number from which the sequence of the route per vehicle

per day can be deduced. The sequence may start per vehicle each day at 1.

Order Order from Orderbestand.txt. When the vehicle goes to dispose waste, this

should be indicated with order number 0.

Page 11: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Waste disposal location

AVR – Van Gansewinkel Oost Brabant

Den Engelsman 4

Maarheeze

MatrixID = 287

13 november 2013 Copyright CQM B.V.

Page 12: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Omitted conditions

In the project CQM executed for AVR – Van Gansewinkel the following conditions

also had to be taken into account:

Continuity for the customer (collect garbage at the approximately the same time

each day)

Continuity for the driver (each day more or less the same addresses, whereby

some addresses are deleted or added)

Additional frequencies for orders

Different waste disposal locations with various disposal time and costs

Fuel costs

Vehicles are not homogeneous

13 november 2013 Copyright CQM B.V.

Page 13: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Results project

Saving in costs

Saving in kilometers

Saving in planning time

- At first a full time planner was required for about 3 to 4 months,

this has been reduced to approximately one month

More insight in the effects of new customers

13 november 2013 Copyright CQM B.V.

Page 14: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Informatie over CQM

van x naar u

Page 15: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Profiel CQM

13 november 2013 Copyright CQM B.V.

Focus op

Onze basis

Ons bedrijf

Planning

Logistiek

Procesverbetering

Six sigma

Optimalisering

Logistieke modellen

30 consultants, 30 jaar ervaring

Volledig eigendom van

management en medewerkers

Gevestigd in Eindhoven

Specialisten in het fact-based ontwerpen en verbeteren van

industriële, administratieve en logistieke processen

Page 16: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Visie, missie en werkwijze

13 november 2013 Copyright CQM B.V.

Missie

Werkwijze

Een wereld waarin besluitvorming steeds complexer wordt door een toename

van de tijdsdruk, de beschikbare hoeveelheid informatie en de mogelijke

risico’s.

We bieden inzicht, structuur en oplossingen, bij beslissings-problemen,

planningsvraagstukken en bij het verbeteren van processen.

Fact based, met analytische technieken en wiskundige modellen.

We gebruiken client centered solution engineering om in korte cycli samen

met de klant tot de beste oplossing te komen. Met innovatieve optimalisatie

technologie en state-of-the-art analyse- en modelleringstools.

Visie

Page 18: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Werkgebieden

13 november 2013 Copyright CQM B.V.

Product- en procesontwerp

Planning Netwerkontwerp en -analyse

Procesverbetering

Design voor Six Sigma

Transport, onderhoud, supply chain Logistieke en verkeersnetwerken

Six Sigma

Page 19: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

PlanIT – Den Hartogh Logistics

Transportplanning

13 november 2013 Copyright CQM B.V.

Significante verbetering marge

Geoptimaliseerde intermodale ritplanning

Geintegreerde planning (geografisch)

Groter bereik per planner

Operationele meerdaagse transportplanning liquid bulk

Intermodal (weg, trein, boot)

ADR, cleaning, green/black lists, rijtijdenbesluit

Rapid prototyping & data analyse

Ontwerpen optimalisatiemodel

Software implementatie

Support implementatie in organisatie

Vraagstelling

Aanpak Resultaat

Transport

planning

Page 20: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Optimalisatie verlichting - Philips

13 november 2013 Copyright CQM B.V.

Keuze en afstelling van armaturen in een stadion

Hoeveelheid licht maximaliseren:

Licht gelijkmatig verdelen

Niet verblinden van spelers

Vertaling naar wiskundig model

Fysische kennis bij klant

Optimalisatie- kennis bij CQM

Vraagstelling

Aanpak Resultaat

Ontwerp

optima-

lisatie

Page 21: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Procesverbetering - 6sigma

13 november 2013 Copyright CQM B.V.

Vergrote efficiency van uw processen

Duidelijkheid over kritische mechanismen en parameters

Beter beheerste processen

Opgeleide green & black belts

Doorlooptijden te hoog

Kwaliteitsnormen worden niet gehaald

Yields zijn te laag

Logistieke kosten te hoog

…..

Focus op resultaat

Bewustwording

Training

Coaching in projecten

Vraagstelling

Aanpak Resultaat

Proces

verbetering

Page 22: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Ontwerp van logistieke netwerken

13 november 2013 Copyright CQM B.V.

Voor groot aantal klanten is op deze wijze

de ideale inrichting van de distributieketen

bepaald.

Ontwerp en verbetering van het

logistieke netwerk m.b.t.

Magazijnlocaties, Productiekeuzes

Leveringsconcepten

Rekening houdend met:

Transport-, magazijn- en voorraadkosten

Leverbetrouwbaarheidseisen

Innovatieve planningslogica ontwikkeld ism TU/e

Interactieve planningssoftware geïmplementeerd

Nieuw planningsproces ontwikkeld en geïntroduceerd

Vraagstelling

Aanpak Resultaat

Supply

Chain

planning

Page 23: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Inzetplanning videoschouwtrein

13 november 2013 Copyright CQM B.V.

Total inzetduur in het Twijgra gebied verkort met ruim 50% (operationeel vanaf april 2010)

Nieuwe inzetplannen voor heel Nederland (operationeel vanaf december 2010)

Tooling voor het automatisch en handmatig genereren en visualiseren van inzetplannen

Elk wissel in Nederland moet eens in de 2, 4 of 13 weken geschouwd worden

De videoschouwtrein (VST) is een vervanging van de loopschouw

Hoe kunnen efficiënte inzetplannen voor de VST gegenereerd worden?

Interviews over plankarakteristieken en analyse van de beschikbare data

Ontwikkeling tooling voor genereren en visualiseren van inzetplannen

Afstemmen van plannen met ProRail en NS Bureau Lokale Planning

Vraagstelling

Aanpak Resultaat

Planning

onderhoud

Page 24: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Warmtebedrijf Rotterdam

Warmtebedrijf Rotterdam brengt warmte die

over is bij industriële processen in de haven,

via een efficiënt leidingennetwerk tot in de stad.

Warmte van vuilverbrander AVR

Warmte wordt gebruikt voor de verwarming van

woningen in de Rotterdamse wijken Hoogvliet,

Charlois, en door het Maasstad Ziekenhuis

In dienst sinds 1 oktober!

13 november 2013 Copyright CQM B.V.

Bron: Warmtebedrijf Rotterdam

Page 25: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Netwerk van transportleidingen

13 november 2013 Copyright CQM B.V.

Bron: Warmtebedrijf Rotterdam

Page 26: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Vraagstelling

Ondersteuning nodig bij

- Optimalisatie

- Reconciliatie (afrekening met EON)

- Analyse

voor de dispatching van DNWW

Dispatching: productieplan

- Op welke momenten warmte maken?

- Warmtebufferstrategie

Ondersteuning in de vorm van een tool

In AIMMS

13 november 2013 Copyright CQM B.V.

Bron: Warmtebedrijf Rotterdam

Page 27: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Plan.cqm.nl: Een eigen Google Maps

Gebruik als service voor ontwikkelaars

Heel snel zeer grote afstanden matrices berekenen

Snel en foutloos geocoderen van adressen

13 november 2013 Copyright CQM B.V.

Page 28: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Intermodale routeplanner

Eigen gemaakte tool voor verschillende logistieke partners

CQM neemt deel aan een Europees project voor het ontwikkelen van een

intermodale standaard

13 november 2013 Copyright CQM B.V.

Page 29: Practical Assignment Optimization: Waste CollectionRapid prototyping & data analyse Ontwerpen optimalisatiemodel Software implementatie Support implementatie in organisatie Vraagstelling

Nacht van Eindhoven

Competitie tussen Universiteiten, georganiseerd door CQM

https://www.facebook.com/nachtvaneindhoven

Team van Universiteit Utrecht won editie 2008

-Wilke van der Schee, Bas den Heijer en Bart Janssen

13 november 2013 Copyright CQM B.V.