ie 518 discrete optimization course project
play

IE 518 Discrete Optimization Course Project Huseyin Gurkan - PowerPoint PPT Presentation

IE 518 Discrete Optimization Course Project Huseyin Gurkan 20701694 Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project Outline MIP Model Robust Optimization Model Heuristic Method and Evaluation Numerical


  1. IE 518 Discrete Optimization Course Project Huseyin Gurkan 20701694 Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  2. Outline ◮ MIP Model ◮ Robust Optimization Model ◮ Heuristic Method and Evaluation ◮ Numerical Examples ◮ Conclusion and Furhter Developments Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  3. MIP Model Motivation: ”Assign each surgery to an order of the surgeon while deciding on the operating rooms.” Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  4. MIP Model Parameters N : the set of the surgeries to be scheduled | N | = n tp i : the pre-incision time of the surgery i ∈ N ts i : the incision of the surgery i ∈ N tc i : the post-incision time of the surgery i ∈ N P i : sum of the pre-incision, incision and post-incision duration of the surgery i ∈ N P i = tp i + ts i + tc i ∀ i ∈ N T : the length of normal working day cv : cost per hour of having an OR vacant (idle) cw : cost per hour of having the surgeon waiting (inactive) co : cost per hour of using OR staff in any of the ORs beyond their normal time shift of length T; that is, during overtime Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  5. MIP Model Decision Variables y ij ∈ 0 , 1 x j ∈ 0 , 1 S j : the start time of the surgery on the j th order of the surgeon ∀ j = 1 , ..., n C j : the completion time of the surgery on the j th order of the surgeon ∀ j = 1 , ..., n R j : the time when the surgeon starts the surgery at the j th order f : idle time in OR1 and OR2 between surgeries t 1 : end of the whole process in OR1 t 2 : end of the whole process in OR2 d 1 : overtime in OR1 d 2 : overtime in OR2 Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  6. MIP Model n n − 1 � � � � min ( C j − S j − P i . y ij + f ) . cv +( R n − y ij . ts i ) . cw +( d 1 + d 2 ) . co j =1 i ∈ N j =1 i ∈ N Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  7. MIP Model � y ij = 1 ∀ j = 1 , ..., n (1) s.to i ∈ N I � y ij = 1 ∀ i ∈ N (2) j =1 � R j ≥ S j + y ij . tp i ∀ j = 1 , ... n (3) i ∈ N � C j ≥ R j + y ij . ( ts i + tc i ) ∀ j = 1 , ..., n (4) i ∈ N S k ≥ C l − M . (2 − x k − x l ) ∀ k , l st. k > l (5) S k ≥ C l − M . ( x k + x l ) ∀ k , l st. k > l (6) Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  8. MIP Model t 1 ≥ C j − M . (1 − x j ) ∀ j = 1 , ..., n (7) t 2 ≥ C j − M . ( x j ) ∀ j = 1 , ..., n (8) d 1 ≥ t 1 − T (9) d 2 ≥ t 2 − T (10) n � f ≥ t 1 + t 2 − C j − S j (11) j =1 � R j +1 ≥ R j + y ij . ts i ∀ j = 1 , ..., n − 1 (12) i ∈ N Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  9. MIP Model S j , R j , C j ≥ 0 ∀ j = 1 , ..., n (13) t 1 , t 2 , d 1 , d 2 ≥ 0 (14) y ij , x j ∈ { 0 , 1 }∀ i ∈ N , j = 1 , ..., n (15) Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  10. Robust Optimization Model Motivation: ◮ ”Change objective function in a way that we get rid of randomness, the completion time of the last surgery” ◮ ”Handle randomness by the chance constraints ” [ 1 ] Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  11. Robust Optimization Model Figure : Plot of sample data for ts of surgery A Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  12. Robust Optimization Model � P ( R j ≥ S j + y ij . tp i ) ≥ 0 . 9 ∀ j = 1 , ... n (16) i ∈ N � P ( C j ≥ R j + y ij . ( ts i + tc i )) ≥ 0 . 9 ∀ j = 1 , ..., n (17) i ∈ N � P ( R j +1 ≥ R j + y ij . ts i ) ≥ 0 . 9 ∀ j = 1 , ..., n − 1 (18) i ∈ N Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  13. Robust Optimization Model i ∈ N y ij . ˜ R j − S j − � tp i ≥ φ − 1 (0 . 9) ∀ j = 1 , ..., n (19) �� i ∈ N y 2 ij .σ 2 i i ∈ N y ij . ( ˜ ts i + ˜ C j − R j − � tc i ) ≥ φ − 1 (0 . 9) ∀ j = 1 , ..., n (20) �� i ∈ N y 2 ij . ( β 2 i + η 2 i ) i ∈ N y ij . ˜ R j +1 − R j − � ts i ≥ φ − 1 (0 . 9) ∀ j = 1 , ..., n − 1 (21) �� i ∈ N y 2 ij .β 2 i Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  14. Robust Optimization Model �� i ∈ N y 2 ij .σ 2 In order to approximate the value of i and the corresponding terms in the other constraints: Cauchy-Schwarz inequality, σ i �� � y 2 ij .σ 2 √ n ≤ y ij i i ∈ N i ∈ N Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  15. Robust Optimization Model � � tp i + σ i � R j − S j ≥ φ − 1 (0 . 9) . ˜ √ n y ij ∀ j = 1 , ..., n (22) i ∈ N � � tc i + β i + η i C j − R j ≥ φ − 1 (0 . 9) . � ts i + ˜ ˜ y ij √ n ∀ j = 1 , ..., n (23) i ∈ N � � ts i + β i � R j +1 − R j ≥ φ − 1 (0 . 9) . ˜ y ij √ n ∀ j = 1 , ..., n − 1 (24) i ∈ N Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  16. Heuristic Method Figure : Cn times for the sample data of Case 1 Figure : Cn times for the sample data of Case 5 Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  17. Numerical Examples MIP Model Table : Cost, Idle Time and Overtime Data Case Cost IT of OR’s IT of the Srgn Total OT 1 $568.102 16.646 13.302 0 2 $648.425 14.364 20.529 0 3 $348.502 7.412 11,383 0 4 $830.129 10.470 35.415 0 5 $1258.668 13.887 55.99 0 6 $2423.124 28.716 105.504 0 7 $6638.309 2.281 147.139 299.132 8 $1070.404 16.547 42.152 0 9 $2265.513 0 129.606 0 10 $4513.932 17.298 131.140 139.351 Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  18. Numerical Examples Table : Deterministic Approach-The order of surgeries in OR’s and for the surgeon Case OR1 OR2 Surgeon 1 A C J A A J C A 2 A G A H J A H G J A 3 A G J D G A D G G J 4 A G G H F B A H G F G B 5 J F J J C D H J C F D J H J 6 D A A J G J J I A C D A A J I G A J C J 7 F I J H J I G A F H A F I I G A J F H H J A 8 A G G E J D B A J G D G B E 9 A I B D J G A I G J A G A I I B G D J J 10 A C E G H I J F I A E A J C F E I G A H E I Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  19. Numerical Examples Table : Stochastic Approach-The order of surgeries in OR’s and for the surgeon Case OR1 OR2 Surgeon Cn 1 A C J A A J C A 178.322 min. 2 A G A J H A J G H A 224.681 min. 6 A J I J J D C G A A A J J D C I G A J A 644.310 min. Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  20. Numerical Examples Table : The Comparison of two models over 100 instance for Cases 1,2,6 Case Average Cn Stochastic Approach Deterministic Approach 1 122.83 min. 122.83 min. 2 166.5 min. 171.93 min. 6 499.99 min. 510 min. Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  21. Conclusion and Furhter Development ◮ Heuristic method is sensitive against standard deviation of the parameters. ◮ The randomness of the objective function can be handled without changing it. ◮ If you have questions... Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

  22. References Goyal, Vineet and Ravi, R., ”Chance Constrained Knapsack Problem with Random Item Sizes” (2009).Tepper School of Business.Paper 367. http://repository.cmu.edu/tepper/367 Huseyin Gurkan 20701694 IE 518 Discrete Optimization Course Project

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend