This repository has been archived by the owner on Oct 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
1366 lines (1227 loc) · 44.1 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{trautsamwieser2011,
title={Optimization of daily scheduling for home health care services},
author={Trautsamwieser, Andrea and Hirsch, Patrick},
journal={Journal of Applied Operational Research},
volume={3},
number={3},
pages={124--136},
year={2011}
}
@article{akjiratikarl2007,
title={{PSO}-based algorithm for home care worker scheduling in the {UK}},
author={Akjiratikarl, Chananes and Yenradee, Pisal and Drake, Paul R},
journal={Computers \& Industrial Engineering},
volume={53},
number={4},
pages={559--583},
year={2007},
publisher={Elsevier}
}
@article{drexl2012synchronization,
title={Synchronization in vehicle routing—a survey of VRPs with multiple synchronization constraints},
author={Drexl, Michael},
journal={Transportation Science},
volume={46},
number={3},
pages={297--316},
year={2012},
publisher={INFORMS}
}
article{fernandez1974,
title={A model for community nursing in a rural county},
author={Fernandez, Aurora and Gregory, G and Hindle, A and Lee, AC},
journal={Journal of the Operational Research Society},
volume={25},
number={2},
pages={231--239},
year={1974},
publisher={Taylor \& Francis}
}
@article{christofides1969,
ISSN = {14732858},
URL = {http://www.jstor.org/stable/3008762},
author = {Nicos Christofides and Samuel Eilon},
journal = {OR},
number = {4},
pages = {437--443},
publisher = {Operational Research Society},
title = {Expected Distances in Distribution Problems},
volume = {20},
year = {1969}
}
@article{nasri2008,
title={O envelhecimento populacional no Brasil},
author={Nasri, Fabio},
journal={Einstein},
volume={6},
number={Supl 1},
pages={S4--S6},
year={2008}
}
@misc{ibge_popproj,
author = {{IBGE}},
title = {Brazilian and Federal Unit Estimations of population},
month = {aug},
year = {2018},
note = {Last visited in February (2019).},
howpublished = {Available in \url{https://www.ibge.gov.br/apps/populacao/projecao/}}
}
@article{russell1986school_bus,
title={Routing special-education school buses},
author={Russell, Robert A and Morrel, Reece B},
journal={Interfaces},
volume={16},
number={5},
pages={56--64},
year={1986},
publisher={INFORMS}
}
@article{bock2010multimodal_sync,
title={Real-time control of freight forwarder transportation networks by integrating multimodal transport chains},
author={Bock, Stefan},
journal={European Journal of Operational Research},
volume={200},
number={3},
pages={733--746},
year={2010},
publisher={Elsevier}
}
@inproceedings{eberhart1995pso,
title={A new optimizer using particle swarm theory},
author={Eberhart, Russell and Kennedy, James},
booktitle={MHS'95. Proceedings of the Sixth International Symposium on Micro Machine and Human Science},
pages={39--43},
year={1995},
organization={Ieee}
}
@article{fikar2017,
title={Home health care routing and scheduling: A review},
author={Fikar, Christian and Hirsch, Patrick},
journal={Computers \& Operations Research},
volume={77},
pages={86--95},
year={2017},
publisher={Elsevier}
}
@article{gutierrez2013,
title={Home health care logistics management problems:
A critical review of models and methods},
author={Guti{\'e}rrez, Elena Valentina and Vidal, Carlos Julio},
journal={Revista Facultad de Ingenier{\'\i}a
Universidad de Antioquia},
pages={160--175},
year={2013},
publisher={Universidad de Antioquia}
}
@article{sahling2009solving,
title={Solving a multi-level capacitated lot sizing problem with multi-period setup carry-over via a fix-and-optimize heuristic},
author={Sahling, Florian and Buschk{\"u}hl, Lisbeth and Tempelmeier, Horst and Helber, Stefan},
journal={Computers \& Operations Research},
volume={36},
number={9},
pages={2546--2553},
year={2009},
publisher={Elsevier}
}
@article{toledo2013hybrid,
title={A hybrid multi-population genetic algorithm applied to solve the multi-level capacitated lot sizing problem with backlogging},
author={Toledo, Claudio Fabiano Motta and De Oliveira, Renato Resende Ribeiro and Fran{\c{c}}A, Paulo Morelato},
journal={Computers \& Operations Research},
volume={40},
number={4},
pages={910--919},
year={2013},
publisher={Elsevier}
}
@article{azi2010exact,
title={An exact algorithm for a vehicle routing problem with time windows and multiple use of vehicles},
author={Azi, Nabila and Gendreau, Michel and Potvin, Jean-Yves},
journal={European Journal of Operational Research},
volume={202},
number={3},
pages={756--763},
year={2010},
publisher={Elsevier}
}
@article{desaulniers2010,
title={Branch-and-price-and-cut for the split-delivery vehicle routing problem with time windows},
author={Desaulniers, Guy},
journal={Operations research},
volume={58},
number={1},
pages={179--192},
year={2010},
publisher={INFORMS}
}
@article{savelsbergh1995,
title={The general pickup and delivery problem},
author={Savelsbergh, Martin WP and Sol, Marc},
journal={Transportation science},
volume={29},
number={1},
pages={17--29},
year={1995},
publisher={INFORMS}
}
@article{cordeau2007,
title={The dial-a-ride problem: models and algorithms},
author={Cordeau, Jean-Fran{\c{c}}ois and Laporte, Gilbert},
journal={Annals of operations research},
volume={153},
number={1},
pages={29--46},
year={2007},
publisher={Springer}
}
@article{bredstrom2008,
title={Combined vehicle routing and scheduling with temporal precedence and synchronization constraints},
author={Bredstr{\"o}m, David and R{\"o}nnqvist, Mikael},
journal={European journal of operational research},
volume={191},
number={1},
pages={19--31},
year={2008},
publisher={Elsevier}
}
@article{rasmussen2012,
title={The home care crew scheduling problem: Preference-based visit clustering and temporal dependencies},
author={Rasmussen, Matias Sevel and Justesen, Tor and Dohn, Anders and Larsen, Jesper},
journal={European Journal of Operational Research},
volume={219},
number={3},
pages={598--610},
year={2012},
publisher={Elsevier}
}
@article{mankowska2014,
title={The home health care routing and scheduling problem with interdependent services},
author={Mankowska, Dorota Slawa and Meisel, Frank and Bierwirth, Christian},
journal={Health care management science},
volume={17},
number={1},
pages={15--30},
year={2014},
publisher={Springer}
}
@article{drexl2012,
title={Synchronization in vehicle routing—a survey of VRPs with multiple synchronization constraints},
author={Drexl, Michael},
journal={Transportation Science},
volume={46},
number={3},
pages={297--316},
year={2012},
publisher={INFORMS}
}
@article{laporte1992,
title={The vehicle routing problem: An overview of exact and approximate algorithms},
author={Laporte, Gilbert},
journal={European journal of operational research},
volume={59},
number={3},
pages={345--358},
year={1992},
publisher={Elsevier}
}
@article{rousseau2004,
title={Solving VRPTWs with constraint programming based column generation},
author={Rousseau, Louis-Martin and Gendreau, Michel and Pesant, Gilles and Focacci, Filippo},
journal={Annals of Operations Research},
volume={130},
number={1-4},
pages={199--216},
year={2004},
publisher={Springer}
}
@article{dayarian2015,
title={A column generation approach for a multi-attribute vehicle routing problem},
author={Dayarian, Iman and Crainic, Teodor Gabriel and Gendreau, Michel and Rei, Walter},
journal={European Journal of Operational Research},
volume={241},
number={3},
pages={888--906},
year={2015},
publisher={Elsevier}
}
@article{desrochers1992,
title={A new optimization algorithm for the vehicle routing problem with time windows},
author={Desrochers, Martin and Desrosiers, Jacques and Solomon, Marius},
journal={Operations research},
volume={40},
number={2},
pages={342--354},
year={1992},
publisher={INFORMS}
}
@book{toth2002,
title={The vehicle routing problem},
author={Toth, Paolo and Vigo, Daniele},
year={2002},
publisher={SIAM}
}
@article{cisse2017,
title={OR problems related to Home Health Care: A review of relevant routing and scheduling problems},
author={Ciss{\'e}, Mohamed and Yal{\c{c}}{\i}nda{\u{g}}, Semih and Kergosien, Yannick and {\c{S}}ahin, Evren and Lent{\'e}, Christophe and Matta, Andrea},
journal={Operations Research for Health Care},
volume={13},
pages={1--22},
year={2017},
publisher={Elsevier}
}
@article{grenouilleau2019,
title={A set partitioning heuristic for the home health care routing and scheduling problem},
author={Grenouilleau, Florian and Legrain, Antoine and Lahrichi, Nadia and Rousseau, Louis-Martin},
journal={European Journal of Operational Research},
volume={275},
number={1},
pages={295--303},
year={2019},
publisher={Elsevier}
}
@article{eveborn2006,
title={Laps Care--an operational system for
staff planning of home care},
author={Eveborn, Patrik and Flisberg, Patrik and
R{\"o}nnqvist, Mikael},
journal={European Journal of Operational Research},
volume={171},
number={3},
pages={962--976},
year={2006},
publisher={Elsevier}
}
@article{fernandez1974,
title={A model for community nursing in a rural county},
author={Fernandez, Aurora and Gregory, G and Hindle, A and Lee, AC},
journal={Journal of the Operational Research Society},
volume={25},
number={2},
pages={231--239},
year={1974},
publisher={Taylor \& Francis}
}
@article{christofides1969,
ISSN = {14732858},
URL = {http://www.jstor.org/stable/3008762},
author = {Nicos Christofides and Samuel Eilon},
journal = {OR},
number = {4},
pages = {437--443},
publisher = {Operational Research Society},
title = {Expected Distances in Distribution Problems},
volume = {20},
year = {1969}
}
@article{nasri2008,
title={O envelhecimento populacional no Brasil},
author={Nasri, Fabio},
journal={Einstein},
volume={6},
number={Supl 1},
pages={S4--S6},
year={2008}
}
@article{bock2010multimodal_sync,
title={Real-time control of freight forwarder transportation networks by integrating multimodal transport chains},
author={Bock, Stefan},
journal={European Journal of Operational Research},
volume={200},
number={3},
pages={733--746},
year={2010},
publisher={Elsevier}
}
@MISC{melhorEmCasa,
author = {{Ministério da Saúde}},
title = {Serviço de Atenção Domiciliar ``Melhor em Casa''},
howpublished = {Available in \url{http://portalms.saude.gov.br/acoes-e-programas/melhor-em-casa-servico-de-atencao-domiciliar/melhor-em-casa}},
month = {dec},
year = {2013},
note = {Last visited in January (2019).}
}
@inproceedings{eberhart1995pso,
title={A new optimizer using particle swarm theory},
author={Eberhart, Russell and Kennedy, James},
booktitle={MHS'95. Proceedings of the Sixth International Symposium on Micro Machine and Human Science},
pages={39--43},
year={1995},
organization={Ieee}
}
@article{dorneles2014fix,
title={A fix-and-optimize heuristic for the high school timetabling problem},
author={Dorneles, {\'A}rton P and de Ara{\'u}jo, Olinto CB and Buriol, Luciana S},
journal={Computers \& Operations Research},
volume={52},
pages={29--38},
year={2014},
publisher={Elsevier}
}
@article{sahling2009solving,
title={Solving a multi-level capacitated lot sizing problem with multi-period setup carry-over via a fix-and-optimize heuristic},
author={Sahling, Florian and Buschk{\"u}hl, Lisbeth and Tempelmeier, Horst and Helber, Stefan},
journal={Computers \& Operations Research},
volume={36},
number={9},
pages={2546--2553},
year={2009},
publisher={Elsevier}
}
@article{toledo2013hybrid,
title={A hybrid multi-population genetic algorithm applied to solve the multi-level capacitated lot sizing problem with backlogging},
author={Toledo, Claudio Fabiano Motta and De Oliveira, Renato Resende Ribeiro and Fran{\c{c}}A, Paulo Morelato},
journal={Computers \& Operations Research},
volume={40},
number={4},
pages={910--919},
year={2013},
publisher={Elsevier}
}
@article{azi2010exact,
title={An exact algorithm for a vehicle routing problem with time windows and multiple use of vehicles},
author={Azi, Nabila and Gendreau, Michel and Potvin, Jean-Yves},
journal={European Journal of Operational Research},
volume={202},
number={3},
pages={756--763},
year={2010},
publisher={Elsevier}
}
@article{desaulniers2010,
title={Branch-and-price-and-cut for the split-delivery vehicle routing problem with time windows},
author={Desaulniers, Guy},
journal={Operations research},
volume={58},
number={1},
pages={179--192},
year={2010},
publisher={INFORMS}
}
@article{chen2015,
title={Fix-and-optimize and variable neighborhood search approaches for multi-level capacitated lot sizing problems},
author={Chen, Haoxun},
journal={Omega},
volume={56},
pages={25--36},
year={2015},
publisher={Elsevier}
}
@book{desaulniers2006,
title={Column generation},
author={Desaulniers, Guy and Desrosiers, Jacques and Solomon, Marius M},
volume={5},
year={2006},
publisher={Springer Science \& Business Media}
}
@article{berger2004,
title={A parallel hybrid genetic algorithm for the vehicle routing problem with time windows},
author={Berger, Jean and Barkaoui, Mohamed},
journal={Computers \& operations research},
volume={31},
number={12},
pages={2037--2053},
year={2004},
publisher={Elsevier}
}
@article{toso2015,
title={A C++ application programming interface for biased random-key genetic algorithms},
author={Toso, Rodrigo F and Resende, Mauricio GC},
journal={Optimization Methods and Software},
volume={30},
number={1},
pages={81--93},
year={2015},
publisher={Taylor \& Francis}
}
@article{gonccalves2012,
title={A parallel multi-population biased random-key genetic algorithm for a container loading problem},
author={Gon{\c{c}}alves, Jos{\'e} Fernando and Resende, Mauricio GC},
journal={Computers \& Operations Research},
volume={39},
number={2},
pages={179--190},
year={2012},
publisher={Elsevier}
}
@article{chaves2016,
title={Hybrid method with CS and BRKGA applied to the minimization of tool switches problem},
author={Chaves, Antonio Augusto and Lorena, Luiz Antonio Nogueira and Senne, Edson Luiz Fran{\c{c}}a and Resende, Mauricio GC},
journal={Computers \& Operations Research},
volume={67},
pages={174--183},
year={2016},
publisher={Elsevier}
}
@inproceedings{valenzuela2019,
title={A combination of two simple decoding strategies for the no-wait job shop scheduling problem},
author={Valenzuela, V{\'\i}ctor M and Brizuela, Carlos A and Cos{\'\i}o-Le{\'o}n, MA and Romero-Oca{\~n}o, A Danisa},
booktitle={Proceedings of the Genetic and Evolutionary Computation Conference},
pages={864--871},
year={2019}
}
@article{gonccalves2011,
title={A biased random-key genetic algorithm with forward-backward improvement for the resource constrained project scheduling problem},
author={Gon{\c{c}}alves, Jos{\'e} Fernando and Resende, Mauricio GC and Mendes, Jorge JM},
journal={Journal of Heuristics},
volume={17},
number={5},
pages={467--486},
year={2011},
publisher={Springer}
}
@article{buriol2010,
title={A biased random-key genetic algorithm for road congestion minimization},
author={Buriol, Luciana S and Hirsch, Michael J and Pardalos, Panos M and Querido, Tania and Resende, Mauricio GC and Ritt, Marcus},
journal={Optimization Letters},
volume={4},
number={4},
pages={619--633},
year={2010},
publisher={Springer}
}
@article{gonccalves2013,
title={A biased random key genetic algorithm for 2D and 3D bin packing problems},
author={Gon{\c{c}}alves, Jos{\'e} Fernando and Resende, Mauricio GC},
journal={International Journal of Production Economics},
volume={145},
number={2},
pages={500--510},
year={2013},
publisher={Elsevier}
}
@article{bean1994,
title={Genetic algorithms and random keys for sequencing and optimization},
author={Bean, James C.},
journal={ORSA journal on Computing},
volume={6},
number={2},
pages={154--160},
year={1994},
publisher={INFORMS}
}
@INPROCEEDINGS {neto2019,
author= "Kummer, Alberto F and Buriol, Luciana S and de Ara{\'u}jo, Olinto CB",
title = "A Matheuristic Algorithm Applied to the Home Health Care Problem",
booktitle = "Eletronic Proceedings of the {LI} Brazilian Operational Research Symposium",
year = "2019",
volume = "2",
note = "Available in \url{https://proceedings.science/sbpo-2019/papers/a-matheuristic-algorithm-applied-to-the-home-health-care-problem?lang=en}"
}
@article{lopez2016,
title={The irace package: Iterated racing for automatic algorithm configuration},
author={L{\'o}pez-Ib{\'a}{\~n}ez, Manuel and Dubois-Lacoste, J{\'e}r{\'e}mie and C{\'a}ceres, Leslie P{\'e}rez and Birattari, Mauro and St{\"u}tzle, Thomas},
journal={Operations Research Perspectives},
volume={3},
pages={43--58},
year={2016},
publisher={Elsevier}
}
@incollection{karp1972,
title={Reducibility among combinatorial problems},
author={Karp, Richard M},
booktitle={Complexity of computer computations},
pages={85--103},
year={1972},
publisher={Springer}
}
@article{el2010,
title={Vehicle routing with time windows: An overview of exact, heuristic and metaheuristic methods},
author={El-Sherbeny, Nasser A},
journal={Journal of King Saud University-Science},
volume={22},
number={3},
pages={123--131},
year={2010},
publisher={Elsevier}
}
@article{schwarze2013,
title={Improved load balancing and resource utilization for the skill vehicle routing problem},
author={Schwarze, Silvia and Vo{\ss}, Stefan},
journal={Optimization Letters},
volume={7},
number={8},
pages={1805--1823},
year={2013},
publisher={Springer}
}
@book{eiben2003,
title={Introduction to evolutionary computing},
author={Eiben, Agoston E and Smith, James E and others},
volume={53},
year={2003},
publisher={Springer}
}
@book{glover2006,
title={Handbook of metaheuristics},
author={Glover, Fred W and Kochenberger, Gary A},
volume={57},
year={2006},
publisher={Springer Science \& Business Media}
}
@book{gendreau2010,
title={Handbook of metaheuristics},
author={Gendreau, Michel and Potvin, Jean-Yves and others},
volume={2},
year={2010},
publisher={Springer}
}
@article{haddadene2016,
title = "A GRASP $\times$ ILS for the vehicle routing problem with time windows, synchronization and precedence constraints",
journal = "Expert Systems with Applications",
volume = "66",
pages = "274--294",
year = "2016",
issn = "0957--4174",
author = "Ait Haddadene, Syrine Roufaida and Labadie, Nacima and Prodhon, Caroline "
}
@techreport{cheng1998,
title={A home health care routing and scheduling problem},
author={Cheng, Eddie and Rich, Jennifer Lynn},
year={1998},
institution={Computational and Applied Mathematics (CAAM) Technical Reports--Rice University},
note={Available in \url{https://hdl.handle.net/1911/101899}}
}
@article{blais2003,
title={Solving a home--care districting problem in an urban setting},
author={Blais, Marko and Lapierre, Sophie D. and Laporte, Gilbert},
journal={Journal of the operational research society},
volume={54},
number={11},
pages={1141--1147},
year={2003},
publisher={Taylor \& Francis}
}
@article{benzarti2013,
title = {Operations management applied to home care services: Analysis of the districting problem},
journal = {Decision Support Systems},
volume = {55},
number = {2},
pages = {587 - 598},
year = {2013},
issn = {0167-9236},
author = {Benzarti, Emna and Sahin, Evren and Dallery, Yves},
}
@article{melo2009,
title = {Facility location and supply chain management --- A review},
journal = {European Journal of Operational Research},
volume = {196},
number = {2},
pages = {401 - 412},
year = {2009},
issn = {0377-2217},
doi = {https://doi.org/10.1016/j.ejor.2008.05.007},
url = {http://www.sciencedirect.com/science/article/pii/S0377221708004104},
author = {Melo, M.T. and Nickel, S. and {SALDANHA-DA-GAMA}, F.},
}
@incollection{daskin2005,
title={Location of health care facilities},
author={Daskin, Mark S and Dean, Latoya K},
booktitle={Operations research and health care},
pages={43--76},
year={2005},
publisher={Springer}
}
@article{pezzella1981,
title={A system approach to the optimal health-care districting},
author={Pezzella, Ferdinando and Bonanno, Roberto and Nicoletti, Bernardo},
journal={European journal of operational research},
volume={8},
number={2},
pages={139--146},
year={1981},
publisher={Elsevier}
}
@article{hulshof2012,
title={Taxonomic classification of planning decisions in health care: a structured review of the state of the art in OR/MS},
author={Hulshof, Peter JH and Kortbeek, Nikky and Boucherie, Richard J and Hans, Erwin W and Bakker, Piet JM},
journal={Health systems},
volume={1},
number={2},
pages={129--175},
year={2012},
publisher={Taylor \& Francis}
}
@article{chahed2009,
title={Exploring new operational research opportunities within the home care context: the chemotherapy at home},
author={Chahed, Salma and Marcon, Eric and Sahin, Evren and Feillet, Dominique and Dallery, Yves},
journal={Health Care Management Science},
volume={12},
number={2},
pages={179--191},
year={2009},
publisher={Springer}
}
@article{xie2007,
title={A simple graphical decision aid for the placement of elderly people in long-term care},
author={Xie, Haifeng and Chaussalet, Thierry J and Thompson, Wayne A and Millard, Peter H},
journal={Journal of the Operational Research Society},
volume={58},
number={4},
pages={446--453},
year={2007},
publisher={Taylor \& Francis}
}
@article{lahrichi2006,
title={Analysis of a territorial approach to the delivery of nursing home care services based on historical data},
author={Lahrichi, Nadia and Lapierre, SD and Hertz, Alain and Talib, A and Bouvier, L},
journal={Journal of medical systems},
volume={30},
number={4},
pages={283--291},
year={2006},
publisher={Springer}
}
@article{de-angelis1998,
title={Planning home assistance for {AIDS} patients in the city of {R}ome, {I}taly},
author={{DE ANGELIS}, Vanda},
journal={Interfaces},
volume={28},
number={3},
pages={75--83},
year={1998},
publisher={INFORMS}
}
@article{ernst2004,
title={Staff scheduling and rostering: A review of applications, methods and models},
author={Ernst, Andreas T and Jiang, Houyuan and Krishnamoorthy, Mohan and Sier, David},
journal={European journal of operational research},
volume={153},
number={1},
pages={3--27},
year={2004},
publisher={Elsevier}
}
@article{fikar2018,
title={Evaluation of trip and car sharing concepts for home health care services},
author={Fikar, Christian and Hirsch, Patrick},
journal={Flexible Services and Manufacturing Journal},
volume={30},
number={1-2},
pages={78--97},
year={2018},
publisher={Springer}
}
@article{emiliano2017,
title={Home health care logistics planning: a review and framework},
author={Emiliano, W and Telhada, Jos{\'e} and do Sameiro Carvalho, M},
journal={Procedia Manufacturing},
volume={13},
pages={948--955},
year={2017},
publisher={Elsevier}
}
@article{lanzarone2012,
title={Operations management applied to home care services: the problem of assigning human resources to patients},
author={Lanzarone, Ettore and Matta, Andrea and Sahin, Evren},
journal={IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans},
volume={42},
number={6},
pages={1346--1363},
year={2012},
publisher={IEEE}
}
@inproceedings{borsani2006,
title={A home care scheduling model for human resources},
author={Borsani, Valeria and Matta, Andrea and Beschi, Giacomo and Sommaruga, Francesco},
booktitle={2006 International conference on service systems and service management},
volume={1},
pages={449--454},
year={2006},
organization={IEEE}
}
@incollection{turner2010,
title={Perspectives on health-care resource management problems},
author={Turner, Jonathan and Mehrotra, Sanjay and Daskin, Mark S},
booktitle={A Long View of Research and Practice in Operations Research and Management Science},
pages={231--247},
year={2010},
publisher={Springer}
}
@article{castillo2016,
title={Workforce scheduling and routing problems: literature survey and computational study},
author={Castillo-Salazar, J Arturo and Landa-Silva, Dario and Qu, Rong},
journal={Annals of Operations Research},
volume={239},
number={1},
pages={39--67},
year={2016},
publisher={Springer}
}
@article{fikar2015,
title={A matheuristic for routing real-world home service transport systems facilitating walking},
author={Fikar, Christian and Hirsch, Patrick},
journal={Journal of Cleaner Production},
volume={105},
pages={300--310},
year={2015},
publisher={Elsevier}
}
@article{bertels2006,
title={A hybrid setup for a hybrid scenario: combining heuristics for the home health care problem},
author={Bertels, Stefan and Fahle, Torsten},
journal={Computers \& Operations Research},
volume={33},
number={10},
pages={2866--2890},
year={2006},
publisher={Elsevier}
}
@article{frifita2017,
title={General variable neighborhood search for home healthcare routing and scheduling problem with time windows and synchronized visits},
author={Frifita, Sana and Masmoudi, Malek and Euchi, Jalel},
journal={Electronic Notes in Discrete Mathematics},
volume={58},
pages={63--70},
year={2017},
publisher={Elsevier}
}
@article{frifita2020,
title={VNS methods for home care routing and scheduling problem with temporal dependencies, and multiple structures and specialties},
author={Frifita, Sana and Masmoudi, Malek},
journal={International Transactions in Operational Research},
volume={27},
number={1},
pages={291--313},
year={2020},
publisher={Wiley Online Library}
}
@incollection{milburn2012,
title={Operations research applications in home healthcare},
author={Milburn, Ashlea Bennett},
booktitle={Handbook of Healthcare System Scheduling},
pages={281--302},
year={2012},
publisher={Springer}
}
@article{braekers2016,
title={A bi-objective home care scheduling problem: Analyzing the trade-off between costs and client inconvenience},
author={Braekers, Kris and Hartl, Richard F and Parragh, Sophie N and Tricoire, Fabien},
journal={European Journal of Operational Research},
volume={248},
number={2},
pages={428--443},
year={2016},
publisher={Elsevier}
}
@article{zhan2018,
title={Vehicle routing and appointment scheduling with team assignment for home services},
author={Zhan, Yang and Wan, Guohua},
journal={Computers \& Operations Research},
volume={100},
pages={1--11},
year={2018},
publisher={Elsevier}
}
@article{rais2011,
title={Operations research in healthcare: a survey},
author={Rais, Abdur and Viana, Ana},
journal={International transactions in operational research},
volume={18},
number={1},
pages={1--31},
year={2011},
publisher={Wiley Online Library}
}
@article{landers2016,
title={The future of home health care: a strategic framework for optimizing value},
author={Landers, Steven and Madigan, Elizabeth and Leff, Bruce and Rosati, Robert J and McCann, Barbara A and Hornbake, Rodney and MacMillan, Richard and Jones, Kate and Bowles, Kathryn and Dowding, Dawn and others},
journal={Home health care management \& practice},
volume={28},
number={4},
pages={262--278},
year={2016},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{liu2014,
title={Hybridization of tabu search with feasible and infeasible local searches for periodic home health care logistics},
author={Liu, Ran and Xie, Xiaolan and Garaix, Thierry},
journal={Omega},
volume={47},
pages={17--32},
year={2014},
publisher={Elsevier}
}
@article{redjem2016,
title={Operations management in the home care services: a heuristic for the caregivers’ routing problem},
author={Redjem, Rabeh and Marcon, Eric},
journal={Flexible Services and Manufacturing Journal},
volume={28},
number={1-2},
pages={280--303},
year={2016},
publisher={Springer}
}
@article{grenouilleau2020,
title={New decomposition methods for home care scheduling with predefined visits},
author={Grenouilleau, Florian and Lahrichi, Nadia and Rousseau, Louis-Martin},
journal={Computers \& Operations Research},
volume={115},
pages={104855},
year={2020},
publisher={Elsevier}
}
@article{hiermann2015,
title={Metaheuristics for solving a multimodal home-healthcare scheduling problem},
author={Hiermann, Gerhard and Prandtstetter, Matthias and Rendl, Andrea and Puchinger, Jakob and Raidl, G{\"u}nther R},
journal={Central European Journal of Operations Research},
volume={23},
number={1},
pages={89--113},
year={2015},
publisher={Springer}
}
@article{oncan2009,
title={A comparative analysis of several asymmetric traveling salesman problem formulations},
author={{\"O}ncan, Temel and Alt{\i}nel, {\.I} Kuban and Laporte, Gilbert},
journal={Computers \& Operations Research},
volume={36},
number={3},
pages={637--654},
year={2009},
publisher={Elsevier}
}
@article{helber2010,
title={A fix-and-optimize approach for the multi-level capacitated lot sizing problem},
author={Helber, Stefan and Sahling, Florian},
journal={International Journal of Production Economics},
volume={123},
number={2},
pages={247--256},
year={2010},
publisher={Elsevier}
}
@book{pochet2006,
title={Production planning by mixed integer programming},
author={Pochet, Yves and Wolsey, Laurence A},
year={2006},
publisher={Springer Science \& Business Media}
}
@article{mladenovic1997,