Web-Books
im Austria-Forum
Austria-Forum
Web-Books
Informatik
Algorithms for Scheduling Problems
Seite - 103 -
  • Benutzer
  • Version
    • Vollversion
    • Textversion
  • Sprache
    • Deutsch
    • English - Englisch

Seite - 103 - in Algorithms for Scheduling Problems

Bild der Seite - 103 -

Bild der Seite - 103 - in Algorithms for Scheduling Problems

Text der Seite - 103 -

Algorithms 2018,11, 55 Algorithm1.Thepseudocodeforconflict resolutionstrategy HeuristicAlgorithmforConflictResolutionintheMixedGraphG Require: TheweightedmixedgraphG=(O,C,D); candidList =findNeighbours(os); current=findMinimumReleaseTime(candidList); while (current =od); checkList = findConflictOperations(current.machineNumber); if(conflictExist(current, checkList)) /*local re-routing*/ vt = minimumVacantTrack(current.machineNumber); modifyGraph(G, current, vt); checkList = findConflictOperations(vt); end_if for(node cl: checkList) /*conflict resolution, re-timing, re-ordering*/ a,b = findBestOrder(current, cl); if (notreachable(b, a)) addArc(a, b); updateData(G,a); else_if(not reachable(a,b)) addArc(b, a); updateData(G,b); else checkFeasibility(G); end_if end_if end_for candidList += findNeighbours(current); candidList -= current; current = findMinimumReleaseTime(candidList); end_while Table2.Descriptionofdispatchingrulesusedforconflict resolution. ConflictResolution Strategy Description 1.Minimumrelease time goesfirst Thetrainwith theearliest initial start time(binitialj,i )goesfirst ifnodeadlockoccurs. 2.Moredelaygoesfirst If there isaconflictbetweentwotrains, theonewith the largest tardiness (delay)goesfirst. The tardiness iscalculatedas tj,i=Max ( 0,xbeginj,i −binitialj,i ) . 3. Less realbuffer timegoes first The trainwith thesmallestbuffer timegoesfirst. Buffer time isdefinedasasubtractionof initial endingtimeandrealfinishingtime ( bufj,i= einitialj,i − ( xbeginj,i +dj,i )) for two operations tobescheduledonthesame,occupiedmachine. 4. Lessprogrammedbuffer timegoesfirst Thetrainwithsmallestbuffer timegoesfirst. Buffer timeisdefinedasasubtractionof initial endingtimeandprogrammedendingtime ( bufj,i= einitialj,i − ( binitialj,i +dj,i )) for twooperations tobescheduledonthesame,occupiedmachine. 5. Less totalbuffergoes first Thetrainwithsmallest totalbuffer timegoesfirst. Totalbuffer timeisdefinedasa summationofprogrammedbuffer timesuntil thedestinationpoint for the trains, i.e., ( last ∑ k=i bufj,k ) . 6. Less totalprocessing time Thetrainwithsmallest runningtimetoget to thedestinationgoesfirst (i.e., theminimum totalprocessingtime). The totalprocessingtimeisdefinedasasummationof required timetopasseachsection, fora train, i.e., ( last ∑ k=i dj,k ) . Figures1and2 illustrate thedifferencebetweenthemixedgraphandalternativegraphmodels for conflict resolution. Thereare twoconflicting trains in thesamepathon thesectionsm1 andm2. 103
zurück zum  Buch Algorithms for Scheduling Problems"
Algorithms for Scheduling Problems
Titel
Algorithms for Scheduling Problems
Autoren
Frank Werner
Larysa Burtseva
Yuri Sotskov
Herausgeber
MDPI
Ort
Basel
Datum
2018
Sprache
englisch
Lizenz
CC BY 4.0
ISBN
978-3-03897-120-7
Abmessungen
17.0 x 24.4 cm
Seiten
212
Schlagwörter
Scheduling Problems in Logistics, Transport, Timetabling, Sports, Healthcare, Engineering, Energy Management
Kategorien
Informatik
Technik
Web-Books
Bibliothek
Datenschutz
Impressum
Austria-Forum
Austria-Forum
Web-Books
Algorithms for Scheduling Problems