-
Notifications
You must be signed in to change notification settings - Fork 0
/
sigproc.bib
executable file
·1032 lines (826 loc) · 32.5 KB
/
sigproc.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
@MISC{matlab,
author = {{MATLAB}},
year = {2017},
howpublished={{\footnotesize \url{https://mathworks.com/products/matlab.html}}}
}
@MISC{repo,
author = {{Repository}},
year = {2017},
howpublished={{\footnotesize \url{https://github.com/claudiomenghi/MAPmAKER/}}}
}
@inproceedings{diaz2001exploring,
title={Exploring Unknown Structured Environments.},
author={Diaz, Jonathan F. and Stoytchev, Alexander and Arkin, Ronald C.},
booktitle={FLAIRS Conference},
publisher = {{AAAI} Press},
year={2001}
}
@inproceedings{Patterns2018,
author = {Menghi, Claudio and Tsigkanos, Christos and Berger, Thorsten and Pelliccione, Patrizio and Ghezzi, Carlo},
title = {Property Specification Patterns for Robotic Missions},
booktitle = {Proc. of the 40th International Conference on Software Engineering: Companion Proceeedings},
series = {ICSE '18},
year = {2018},
isbn = {978-1-4503-5663-3},
location = {Gothenburg, Sweden},
pages = {434--435},
numpages = {2},
doi = {10.1145/3183440.3195044},
acmid = {3195044},
publisher = {ACM},
}
@inproceedings{Bernasconi2017,
author="Bernasconi, Anna
and Menghi, Claudio
and Spoletini, Paola
and Zuck, Lenore D.
and Ghezzi, Carlo",
title="From Model Checking to a Temporal Proof for Partial Models",
bookTitle="Software Engineering and Formal Methods",
year="2017",
publisher="Springer",
}
@book{clarke1999model,
title={Model checking},
author={Clarke, Edmund M and Grumberg, Orna and Peled, Doron},
year={1999},
publisher={MIT press}
}
@inproceedings{patrizi2011computing,
title={Computing infinite plans for {LTL} goals using a classical planner},
author={Patrizi, Fabio and Lipovetzky, Nir and De Giacomo, Giuseppe and Geffner, Hector},
booktitle={IJCAI},
pages={2003--2008},
year={2011}
}
@article{l2014safety,
title={Safety hierarchy for planning with time constraints in unknown dynamic environments},
author={L'Esp{\'e}rance, Bruno and Gupta, Kamal},
journal={Transactions on Robotics},
volume={30},
number={6},
year={2014},
publisher={IEEE}
}
@inproceedings{narayanan2015task,
title={Task-oriented planning for manipulating articulated mechanisms under model uncertainty},
author={Narayanan, Venkatraman and Likhachev, Maxim},
booktitle={International Conference on Robotics and Automation (ICRA)},
year={2015},
organization={IEEE}
}
@inproceedings{7139412,
author={A. G. Cunningham and E. Galceran and R. M. Eustice and E. Olson},
booktitle={ICRA},
title={MPDM: Multipolicy decision-making in dynamic, uncertain environments for autonomous driving},
year={2015}
}
@INPROCEEDINGS{7139310,
author={B. C. Akdeniz and H. I. Bozma},
booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
title={Exploration and topological map building in unknown environments},
year={2015},
}
@INPROCEEDINGS{7139350,
author={C. Amato and G. Konidaris and G. Cruz and C. A. Maynor and J. P. How and L. P. Kaelbling},
booktitle={IEEE International Conference on Robotics and Automation (ICRA)},
title={Planning for decentralized control of multiple robots under uncertainty},
year={2015},
}
@inproceedings{nie2016searching,
title={Searching for physical objects in partially known environments},
author={Nie, Xinkun and Wong, Lawson LS and Kaelbling, Leslie Pack},
booktitle={International Conference on Robotics and Automation (ICRA)},
year={2016},
organization={IEEE}
}
@inproceedings{mapmaker17,
title={Multi-Robot {LTL} Planning Under Uncertainty},
booktitle={International Conference on Software Engineering},
year={2018},
}
@ARTICLE{7078886,
author={S. Bhattacharya and R. Ghrist and V. Kumar},
journal={IEEE Transactions on Robotics},
title={Persistent Homology for Path Planning in Uncertain Environments},
year={2015},
volume={31},
number={3},
}
@article{yoo2016online,
title={Online task planning and control for fuel-constrained aerial robots in wind fields},
author={Yoo, Chanyeol and Fitch, Robert and Sukkarieh, Salah},
journal={The International Journal of Robotics Research},
volume={35},
number={5},
year={2016},
publisher={SAGE Publications Sage UK: London, England}
}
@article{karrasrobocup,
title={RoboCup Logistics League Rules and Regulations},
author={Karras, Christian and Deppe, Ulrich and Neumann, Tobias and Rohr, Tim and Niemueller, Alain and Uemura, Wataru and Ewert, Daniel and Harder, Nils and Jentzsch, S{\"o}ren and Meier, Nicolas and Reuter, Sebastian},
year={2016}
}
@misc{map,
key={The Angen research and innovation apartment: official website},
url = {http://angeninnovation.se},
year = {2014}
}
@article{nikou2017probabilistic,
title={Probabilistic Plan Synthesis for Coupled Multi-Agent Systems},
author={Nikou, Alexandros and Tumova, Jana and Dimarogonas, Dimos D},
journal={arXiv preprint arXiv:1704.01432},
year={2017}
}
@inproceedings{khaliq2015stigmergy,
title={Stigmergy at work: Planning and navigation for a service robot on an RFID floor},
author={Khaliq, Ali Abdul and Saffiotti, Alessandro},
booktitle={International Conference on Robotics and Automation (ICRA)},
year={2015},
organization={IEEE}
}
@inproceedings{maly2013iterative,
title={Iterative temporal motion planning for hybrid systems in partially unknown environments},
author={Maly, Matthew R. and Lahijanian, Morteza and Kavraki, Lydia E. and Kress-Gazit, Hadas and Vardi, Moshe Y.},
booktitle={International conference on Hybrid systems: computation and control},
year={2013},
organization={ACM}
}
@inproceedings{guo2013revising,
title={Revising motion planning under linear temporal logic specifications in partially known workspaces},
author={Guo, Meng and Johansson, Karl H and Dimarogonas, Dimos V},
booktitle={International Conference on Robotics and Automation (ICRA)},
year={2013},
organization={IEEE}
}
@inproceedings{chen2012ltl,
title={{LTL} robot motion control based on automata learning of environmental dynamics},
author={Chen, Yushan and Tumov{\'a}, Jana and Belta, Calin},
booktitle={ICRA},
year={2012},
organization={IEEE}
}
@book{thomas2002automata,
title={Automata, logics, and infinite games: a guide to current research},
author={Thomas, Wolfgang and others},
volume={2500},
year={2002},
publisher={Springer Science \& Business Media}
}
@inproceedings{livingston2012backtracking,
title={Backtracking temporal logic synthesis for uncertain environments},
author={Livingston, Scott C and Murray, Richard M and Burdick, Joel W},
booktitle={International Conference on Robotics and Automation (ICRA)},
year={2012},
organization={IEEE}
}
@article{kurniawati2011motion,
title={Motion planning under uncertainty for robotic tasks with long time horizons},
author={Kurniawati, Hanna and Du, Yanzhu and Hsu, David and Lee, Wee Sun},
journal={The International Journal of Robotics Research},
volume={30},
number={3},
year={2011},
publisher={SAGE Publications Sage UK: London, England}
}
@inproceedings{fainekos2005temporal,
title={Temporal logic motion planning for mobile robots},
author={Fainekos, Georgios E and Kress-Gazit, Hadas and Pappas, George J},
booktitle={International Conference on Robotics and Automation (ICRA)},
year={2005},
organization={IEEE}
}
@article{kloetzer2008fully,
title={A fully automated framework for control of linear systems from temporal logic specifications},
author={Kloetzer, Marius and Belta, Calin},
journal={IEEE Transactions on Automatic Control},
volume={53},
number={1},
year={2008},
publisher={IEEE}
}
@inproceedings{wongpiromsarn2009receding,
title={Receding horizon temporal logic planning for dynamical systems},
author={Wongpiromsarn, Tichakorn and Topcu, Ufuk and Murray, Richard M},
booktitle={Conference on Decision and Control},
year={2009},
organization={IEEE}
}
@inproceedings{bhatia2010motion,
title={Motion planning with hybrid dynamics and temporal goals},
author={Bhatia, Amit and Kavraki, Lydia E and Vardi, Moshe Y},
booktitle={Conference on Decision and Control (CDC)},
year={2010},
organization={IEEE}
}
@inproceedings{bhatia2010sampling,
title={Sampling-based motion planning with temporal goals},
author={Bhatia, Amit and Kavraki, Lydia E and Vardi, Moshe Y},
booktitle={ International Conference on Robotics and Automation (ICRA)},
year={2010},
organization={IEEE}
}
@inproceedings{wongpiromsarn2010receding,
title={Receding horizon control for temporal logic specifications},
author={Wongpiromsarn, Tichakorn and Topcu, Ufuk and Murray, Richard M},
booktitle={International conference on Hybrid systems: computation and control},
year={20\includegraphics[scale=1]{icse.pdf} 10},
organization={ACM}
}
@article{chechik2004multi,
title={Multi-valued symbolic model-checking},
author={Chechik, Marsha and Devereux, Benet and Easterbrook, Steve and Gurfinkel, Arie},
journal={ACM TOSEM},
year={2004}
}
@inproceedings{albarghouthi2012under,
title={From under-approximations to over-approximations and back},
author={Albarghouthi, Aws and Gurfinkel, Arie and Chechik, Marsha},
booktitle={TACAS},
year={2012},
}
@article{christensen1991automatic,
title={Automatic abstraction in planning},
author={Christensen, Jens},
year={1991}
}
@article{fainekos2009temporal,
title={Temporal logic motion planning for dynamic robots},
author={Fainekos, Georgios E and Girard, Antoine and Kress-Gazit, Hadas and Pappas, George J},
journal={Automatica},
volume={45},
number={2},
year={2009},
publisher={Elsevier}
}
@inproceedings{kress2007s,
title={Where's waldo? sensor-based temporal logic motion planning},
author={Kress-Gazit, Hadas and Fainekos, Georgios E and Pappas, George J},
booktitle={International Conference on Robotics and Automation},
year={2007},
organization={IEEE}
}
@article{lahijanian2016iterative,
title={Iterative temporal planning in uncertain environments with partial satisfaction guarantees},
author={Lahijanian, Morteza and Maly, Matthew and Fried, Dror and Kavraki, Lydia and Kress-Gazit, Hadas and Vardi, Moshe},
journal={IEEE Transactions on Robotics},
year={2016},
publisher={IEEE}
}
@Inbook{Roy2006,
author="Roy, Nicholas
and Gordon, Geoffrey
and Thrun, Sebastian",
editor="Yuta, Shin'ichi
and Asama, Hajima
and Prassler, Erwin
and Tsubouchi, Takashi
and Thrun, Sebastian",
title="Planning under Uncertainty for Reliable Health Care Robotics",
bookTitle="Field and Service Robotics: Recent Advances in Reserch and Applications",
year="2006",
publisher="Springer",
}
@inproceedings{ljungblad2005designing,
title={Designing robot applications for everyday environments},
author={Ljungblad, Sara and Holmquist, Lars Erik},
booktitle={Joint conference on Smart objects and ambient intelligence: innovative context-aware services: usages and technologies},
year={2005},
organization={ACM}
}
@article{kress2009temporal,
title={Temporal-logic-based reactive mission and motion planning},
author={Kress-Gazit, Hadas and Fainekos, Georgios E and Pappas, George J},
journal={IEEE transactions on robotics},
volume={25},
number={6},
year={2009},
publisher={IEEE}
}
@book{cassandras2009introduction,
title={Introduction to discrete event systems},
author={Cassandras, Christos G and Lafortune, Stephane},
year={2009},
publisher={Springer Science \& Business Media}
}
@article{D'ippolito:2013:SNE:2430536.2430543,
author = {D'ippolito, Nicol\'{a}s and Braberman, Victor and Piterman, Nir and Uchitel, Sebasti\'{a}n},
title = {Synthesizing Nonanomalous Event-based Controllers for Liveness Goals},
journal = {ACM Trans. Softw. Eng. Methodol.},
volume = {22},
number = {1},
year = {2013},
publisher = {ACM}
}
@inproceedings{wolff2012robust,
title={Robust control of uncertain Markov decision processes with temporal logic specifications},
author={Wolff, Eric M and Topcu, Ufuk and Murray, Richard M},
booktitle={Annual Conference on Decision and Control (CDC)},
year={2012},
organization={IEEE}
}
@article{ding2011ltl,
title={{LTL} control in uncertain environments with probabilistic satisfaction guarantees},
author={Ding, Xu Chu Dennis and Smith, Stephen L and Belta, Calin and Rus, Daniela},
journal={IFAC Proceedings Volumes},
volume={44},
number={1},
year={2011},
publisher={Elsevier}
}
@book{latombe2012robot,
title={Robot motion planning},
author={Latombe, Jean-Claude},
volume={124},
year={2012},
publisher={Springer}
}
@article{letier2008deriving,
title={Deriving event-based transition systems from goal-oriented requirements models},
author={Letier, Emmanuel and Kramer, Jeff and Magee, Jeff and Uchitel, Sebastian},
journal={Automated Software Engineering},
volume={15},
number={2},
year={2008},
publisher={Springer}
}
@article{uchitel2009synthesis,
title={Synthesis of partial behavior models from properties and scenarios},
author={Uchitel, Sebastian and Brunet, Greg and Chechik, Marsha},
journal={TSE},
volume={35},
number={3},
year={2009},
publisher={IEEE}
}
@article{uchitel2013supporting,
title={Supporting incremental behaviour model elaboration},
author={Uchitel, Sebastian and Alrajeh, Dalal and Ben-David, Shoham and Braberman, Victor and Chechik, Marsha and De Caso, Guido and D'Ippolito, Nicolas and Fischbein, Dario and Garbervetsky, Diego and Kramer, Jeff and others},
journal={Computer Science-Research and Development},
volume={28},
number={4},
year={2013},
publisher={Springer}
}
@inproceedings{bruns1999model,
title={Model checking partial state spaces with 3-valued temporal logics},
author={Bruns, Glenn and Godefroid, Patrice},
booktitle={CAV},
year={1999}
}
@inproceedings{famelis2012partial,
title={Partial models: Towards modeling and reasoning with uncertainty},
author={Famelis, Michais and Salay, Rick and Chechik, Marsha},
booktitle={ ICSE },
year={2012}
}
@inproceedings{kloetzer2011multi,
title={Multi-robot deployment from {LTL} specifications with reduced communication},
author={Kloetzer, Marius and Ding, Xu Chu and Belta, Calin},
booktitle={CDC},
year={2011},
organization={IEEE}
}
@inproceedings{loizou2005automated,
title={Automated planning of motion tasks for multi-robot systems},
author={Loizou, Savvas G. and Kyriakopoulos, Kostas J.},
booktitle={CDC},
year={2005},
organization={IEEE}
}
@article{du2012robot,
title={Robot motion planning in dynamic, uncertain environments},
author={Du Toit, Noel E and Burdick, Joel W},
journal={IEEE Transactions on Robotics},
year={2012},
publisher={IEEE}
}
@inproceedings{roy2006planning,
title={Planning under uncertainty for reliable health care robotics},
author={Roy, Nicholas and Gordon, Geoffrey and Thrun, Sebastian},
booktitle={Field and Service Robotics},
year={2006},
publisher={Springer}
}
@inproceedings{schillinger2016decomposition,
title={Decomposition of Finite {LTL} Specifications for Efficient Multi-Agent Planning},
author={Schillinger, Philipp and B{\"u}rger, Mathias and Dimarogonas, Dimos},
booktitle={DARS},
year={2016}
}
@article{guo2015multi,
title={Multi-agent plan reconfiguration under local {LTL} specifications},
author={Guo, Meng and Dimarogonas, Dimos},
journal={The Int. Journal of Robotics Research},
year={2015},
publisher={SAGE Publications Sage UK: London, England}
}
@inproceedings{quottrup2004multi,
title={Multi-robot planning: A timed automata approach},
author={Quottrup, Michael Melholt and Bak, Thomas and Zamanabadi, RI},
booktitle={ICRA},
volume={5},
year={2004},
organization={IEEE}
}
@inproceedings{menghi2016dealing,
title={Dealing with Incompleteness in Automata-Based Model Checking},
author={Menghi, Claudio and Spoletini, Paola and Ghezzi, Carlo},
booktitle={Formal Methods},
year={2016}
}
@inproceedings{menghi2017integrating,
title={Integrating Goal Model Analysis with Iterative Design},
author={Menghi, Claudio and Spoletini, Paola and Ghezzi, Carlo},
booktitle={REFSQ},
year={2017},
publisher={Springer}
}
@inproceedings{menghi2017cover,
title={{COVER}: Change-based Goal Verifier and Reasoner},
author={Menghi, Claudio and Spoletini, Paola and Ghezzi, Carlo},
booktitle={REFSQ Workshops},
year={2017}
}
@article{tumova2016multi,
title={Multi-agent planning under local {LTL} specifications and event-based synchronization},
author={Tumova, Jana and Dimarogonas, Dimos V},
journal={Automatica},
year={2016},
publisher={Elsevier}
}
% Encoding: windows-1252
@InProceedings{graf1997construction,
author = {Susanne Graf and Hassen Sa{\"{\i}}di},
title = {Construction of Abstract State Graphs with {PVS}},
booktitle = {Computer Aided Verification},
year = {1997},
publisher = {Springer}
}
@inproceedings{dwyer1998property,
title={Property specification patterns for finite-state verification},
author={Dwyer, Matthew B and Avrunin, George S and Corbett, James C},
booktitle={Proceedings of the second workshop on Formal methods in software practice},
year={1998},
organization={ACM}
}
@inproceedings{arcaini2015formal,
title={Formal validation and verification of a medical software critical component},
author={Arcaini, Paolo and Bonfanti, Silvia and Gargantini, Angelo and Mashkoor, Atif and Riccobene, Elvinia},
booktitle={Formal Methods and Models for Codesign},
year={2015},
organization={IEEE}
}
@InProceedings{buchi1960decision,
Title = {On a decision method in restricted second order arithmetic},
Author = {B{\"u}chi, J Richard},
Booktitle = {Proc. Internat. Congr. Logic, Method. and Philos. Sci},
Year = {1960},
}
@Book{katoen2008,
Title = {Principles of Model Checking},
Author = {Baier, Christel and Katoen, Joost-Pieter},
Publisher = {The MIT Press},
Year = {2008},
ISBN = {026202649X, 9780262026499}
}
@inproceedings{DBLP:conf/cav/GrafS97,
author = {Susanne Graf and
Hassen Sa{\"{\i}}di},
title = {Construction of Abstract State Graphs with {PVS}},
booktitle = {Computer Aided Verification},
year = {1997},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/cav/GrafS97},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@InCollection{benevs2009checking,
Title = {Checking thorough refinement on modal transition systems is EXPTIME-complete},
Author = {Bene{\v{s}}, Nikola and K{\v{r}}et{\'\i}nsk{\`y}, Jan and Larsen, Kim G and Srba, Ji{\v{r}}{\'\i}},
Booktitle = {Theoretical Aspects of Computing},
Publisher = {Springer},
Year = {2009},
}
@article{Woodcock:2009:FMP:1592434.1592436,
author = {Jim Woodcock and
Peter Gorm Larsen and
Juan Bicarregui and
John S. Fitzgerald},
title = {Formal methods: Practice and experience},
publisher={ACM},
journal = {{ACM} {C}omputing {S}urveys},
volume = {41},
number = {4},
year = {2009}
}
@inproceedings{rajan1995integration,
title={An integration of model checking with automated proof checking},
author={Rajan, Sreeranga and Shankar, Natarajan and Srivas, Mandayam K},
booktitle={Computer Aided Verification},
pages={84--97},
year={1995},
organization={Springer}
}
@InCollection{bruns2004MCmultivalued,
Title = {Model checking with multi-valued logics},
Author = {Bruns, Glenn and Godefroid, Patrice},
Booktitle = {Automata, Languages and Programming},
Publisher = {Springer},
Year = {2004},
}
@article{antonik2006efficient,
title={{Efficient patterns for model checking partial state spaces in CTL $\cap$ {LTL}}},
author={Antonik, Adam and Huth, Michael},
journal={Electronic Notes in Theoretical Computer Science},
volume={158},
year={2006},
publisher={Elsevier}
}
@inproceedings{bruns2000model,
Title = {Generalized Model Checking: Reasoning About Partial State Spaces},
Author = {Bruns, Glenn and Godefroid, Patrice},
Booktitle = {International Conference on Concurrency Theory},
Year = {2000},
publisher={Springer}
}
@inproceedings{clarke1982ctl,
Title = {Design and Synthesis of Synchronization Skeletons Using Branching-Time Temporal Logic},
Author = {Clarke, Edmund M. and Emerson, E. Allen},
Booktitle = {Logic of Programs, Workshop},
Year = {1982},
Address = {London, UK, UK},
Publisher = {Springer-Verlag},
Acmid = {747438},
ISBN = {3-540-11212-X},
Numpages = {20},
Url = {http://dl.acm.org/citation.cfm?id=648063.747438}
}
@Book{gallier2015logic,
Title = {Logic for computer science: foundations of automatic theorem proving},
Author = {Gallier, Jean H},
Publisher = {Courier Dover Publications},
Year = {2015}
}
@InCollection{gerth1996ltl2ba,
Title = {Simple on-the-fly automatic verification of linear temporal logic},
Author = {Gerth, Rob and Peled, Doron and Vardi, Moshe Y and Wolper, Pierre},
Booktitle = {Protocol Specification, Testing and Verification},
Publisher = {Springer},
Year = {1996},
}
@inproceedings{godefroid2005MCvsGMC,
Title = {Model checking vs. generalized model checking: semantic minimizations for temporal logics},
Author = {P. Godefroid and M. Huth},
Booktitle = {Logic in Computer Science},
Year = {2005},
Pages = {158-167},
Publisher = {{IEEE} Computer Society}
}
@InCollection{godefroid2001abstraction,
Title = {Abstraction-based model checking using modal transition systems},
Author = {Godefroid, Patrice and Huth, Michael and Jagadeesan, Radha},
Booktitle = {Concurrency Theory},
Publisher = {Springer},
Year = {2001},
}
@InProceedings{godefroid2002automatic,
Title = {Automatic Abstraction Using Generalized Model Checking},
Author = {Godefroid, Patrice and Jagadeesan, Radha},
Booktitle = {Proceedings of the 14th International Conference on Computer Aided Verification},
Year = {2002},
Address = {London, UK, UK},
Pages = {137--150},
Publisher = {Springer-Verlag},
Series = {CAV '02},
Acmid = {734438},
ISBN = {3-540-43997-8},
Numpages = {14},
Url = {http://dl.acm.org/citation.cfm?id=647771.734438}
}
@Article{godefroid2011ltl,
Title = {{LTL} generalized model checking revisited},
Author = {Godefroid, Patrice and Piterman, Nir},
Journal = {International journal on software tools for technology transfer},
Year = {2011},
Number = {6},
Volume = {13},
Publisher = {Springer}
}
@InCollection{gurfinkel2005thorough,
Title = {How thorough is thorough enough?},
Author = {Gurfinkel, Arie and Chechik, Marsha},
Booktitle = {Correct Hardware Design and Verification Methods},
Publisher = {Springer},
Year = {2005},
}
@InCollection{gurfinkel2003multi,
Title = {Multi-valued model checking via classical model checking},
Author = {Gurfinkel, Arie and Chechik, Marsha},
Booktitle = {Concurrency Theory},
Publisher = {Springer},
Year = {2003},
}
@InProceedings{gurfinkel2003proof,
Title = {Proof-like Counter-Examples},
Author = {Arie Gurfinkel and Marsha Chechik},
Booktitle = {In Tools and Algorithms for the Construction and Analysis of Systems},
Year = {2003},
publisher = {Springer},
}
@InProceedings{henzinger2002temporal,
Title = {Temporal-safety proofs for systems code},
Author = {Henzinger, Thomas A and Necula, George C and Jhala, Ranjit and Sutre, Gregoire and Majumdar, Rupak and Weimer, Westley},
Booktitle = {CAV},
Year = {2002},
Organization = {Springer},
}
@InCollection{joyce1994hol,
Title = {The HOL-Voss system: Model-checking inside a general-purpose theorem-prover},
Author = {Joyce, Jeffrey and Seger, Carl},
Booktitle = {Higher Order Logic Theorem Proving and Its Applications},
Publisher = {Springer Berlin Heidelberg},
Year = {1994},
Editor = {Joyce, JeffreyJ. and Seger, Carl-JohanH.},
Series = {Lecture Notes in Computer Science},
Volume = {780},
Doi = {10.1007/3-540-57826-9_135},
ISBN = {978-3-540-57826-0},
Language = {English},
Url = {http://dx.doi.org/10.1007/3-540-57826-9_135}
}
@Book{kleene1952,
Title = {Introduction to Metamathematics},
Author = {Stephen Cole Kleene},
Publisher = {North Holland},
Year = {1952}
}
@Article{kozen1983mucalculus,
Title = {Results on the propositional $\mu$-calculus},
Author = {Dexter Kozen},
Journal = {Theoretical Computer Science},
Year = {1983},
Number = {3},
Volume = {27},
Doi = {http://dx.doi.org/10.1016/0304-3975(82)90125-6},
ISSN = {0304-3975},
Url = {http://www.sciencedirect.com/science/article/pii/0304397582901256}
}
@Article{Kripke1963-KRISCO,
Title = {Semantical Considerations on Modal Logic},
Author = {Saul A. Kripke},
Journal = {Acta Philosophica Fennica},
Year = {1963},
Number = {1963},
Volume = {16}
}
@InCollection{kupferman2004complementation,
Title = {From complementation to certification},
Author = {Kupferman, Orna and Vardi, Moshe Y},
Booktitle = {Tools and Algorithms for the Construction and Analysis of Systems},
Publisher = {Springer},
Year = {2004},
}
@InProceedings{larsen1988modal,
Title = {A modal process logic},
Author = {Larsen, Kim G and Thomsen, Bent},
Booktitle = {Logic in Computer Science},
Year = {1988},
Organization = {IEEE},
}
@Book{manna2012temporal,
Title = {The temporal logic of reactive and concurrent systems: Specification},
Author = {Manna, Zohar and Pnueli, Amir},
Publisher = {Springer},
Year = {1992}
}
@InProceedings{namjoshi2001certifying,
Title = {Certifying Model Checkers},
Author = {Namjoshi, Kedar S.},
Year = {2001},
Booktitle = {Computer Aided Verification},
Publisher = {Springer}
}
@InCollection{peled2001falsification,
Title = {From falsification to verification},
Author = {Peled, Doron and Pnueli, Amir and Zuck, Lenore},
Booktitle = {Foundations of Software Technology and Theoretical Computer Science},
Publisher = {Springer},
Year = {2001},
}
@InProceedings{peled2001model,
Title = {From model checking to a temporal proof},
Author = {Peled, Doron and Zuck, Lenore},
Booktitle = {International SPIN workshop on Model checking of software},
Year = {2001},
Organization = {Springer},
}
@InProceedings{pnueli1977temporal,
Title = {The temporal logic of programs},
Author = {Pnueli, Amir},
Booktitle = {Foundations of Computer Science},
Year = {1977},
Organization = {IEEE},
}
@InProceedings{quielle1982MC,
Title = {Specification and Verification of Concurrent Systems in CESAR},
Author = {Queille, Jean-Pierre and Sifakis, Joseph},
Booktitle = {Proceedings of the 5th Colloquium on International Symposium on Programming},
Year = {1982},
Address = {London, UK, UK},
Publisher = {Springer-Verlag},
Acmid = {721668},
ISBN = {3-540-11494-7},
Numpages = {15}
}
@Article{segerberg1967somemodal,
Title = {Some Modal Logics Based on a Three-Valued Logic},
Author = {Krister Segerberg},
Journal = {Theoria},
Year = {1967},
Number = {1},
Volume = {33},
Publisher = {Philosophy Department, Stockholm University}
}
@InCollection{stirling1995local,
Title = {Local model checking games (extended abstract)},
Author = {Stirling, Colin},
Booktitle = {CONCUR '95: Concurrency Theory},
Publisher = {Springer Berlin Heidelberg},
Year = {1995},
Editor = {Lee, Insup and Smolka, ScottA.},
Pages = {1-11},
Series = {Lecture Notes in Computer Science},
Volume = {962},
ISBN = {978-3-540-60218-7},
Language = {English},
Url = {http://dx.doi.org/10.1007/3-540-60218-6_1}
}
@InCollection{cleaveland2002evidence,
Title = {Evidence-Based Model Checking},
Author = {Tan, Li and Cleaveland, Rance},
Booktitle = {Computer Aided Verification},
Publisher = {Springer},
Year = {2002},
}
@Article{tarjan1972dfs,
Title = {Depth first search and linear graph algorithms},
Author = {Robert Tarjan},
Journal = {SIAM Journal on Computing},
Year = {1972}
}
@Article{vardi1996modal,
Title = {Why is modal logic so robustly decidable?},
Author = {Vardi, Moshe Y},
Journal = {Descriptive complexity and finite models},
Year = {1996},
Volume = {31}
}
@Article{wolper1985tableau,
Title = {The tableau method for temporal logic: An overview},
Author = {Wolper, Pierre},
Year = {1985}
}
@Book{peled2013software,
Title = {Software Reliability Methods},
Editor = {Peled, Doron A. and Gries, David and Schneider, Fred B.},
Publisher = {Springer-Verlag New York, Inc.},
Year = {2001},
Address = {Secaucus, NJ, USA},
ISBN = {0-387-95106-7}
}
@online{ltlpatternsurl,
author = {
Alavi, Hamid and
Avrunin, George and
Corbett, James and
Dillon, Laura and
Dwyer, Matt and
Pasareanu, Corina