-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.bib
1169 lines (1159 loc) · 49.2 KB
/
thesis.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
@inproceedings{DBLP:conf/rweb/EiterIK09,
author = {Thomas Eiter and
Giovambattista Ianni and
Thomas Krennwallner},
title = {Answer Set Programming: {A} Primer},
booktitle = {Reasoning Web. Semantic Technologies for Information Systems, 5th
International Summer School 2009, Brixen-Bressanone, Italy, August
30 - September 4, 2009, Tutorial Lectures},
pages = {40--110},
year = {2009},
crossref = {DBLP:conf/rweb/2009},
url = {http://dx.doi.org/10.1007/978-3-642-03754-2_2},
doi = {10.1007/978-3-642-03754-2_2},
timestamp = {Mon, 12 Oct 2009 15:28:18 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/rweb/EiterIK09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/rweb/2009,
editor = {Sergio Tessaris and
Enrico Franconi and
Thomas Eiter and
Claudio Gutierrez and
Siegfried Handschuh and
Marie{-}Christine Rousset and
Renate A. Schmidt},
title = {Reasoning Web. Semantic Technologies for Information Systems, 5th
International Summer School 2009, Brixen-Bressanone, Italy, August
30 - September 4, 2009, Tutorial Lectures},
series = {Lecture Notes in Computer Science},
volume = {5689},
publisher = {Springer},
year = {2009},
url = {http://dx.doi.org/10.1007/978-3-642-03754-2},
doi = {10.1007/978-3-642-03754-2},
isbn = {978-3-642-03753-5},
timestamp = {Mon, 12 Oct 2009 15:27:49 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/rweb/2009},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{clasp,
author = {Martin Gebser and
Benjamin Kaufmann and
Torsten Schaub},
title = {Conflict-driven answer set solving: From theory to practice},
journal = {Artif. Intell.},
volume = {187},
pages = {52--89},
year = {2012},
url = {http://dx.doi.org/10.1016/j.artint.2012.04.001},
doi = {10.1016/j.artint.2012.04.001},
timestamp = {Wed, 16 May 2012 14:12:58 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ai/GebserKS12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{omiga,
author = {Minh Dao{-}Tran and
Thomas Eiter and
Michael Fink and
Gerald Weidinger and
Antonius Weinzierl},
title = {OMiGA : An Open Minded Grounding On-The-Fly Answer Set Solver},
booktitle = {Logics in Artificial Intelligence - 13th European Conference, {JELIA}
2012, Toulouse, France, September 26-28, 2012. Proceedings},
pages = {480--483},
year = {2012},
crossref = {DBLP:conf/jelia/2012},
url = {http://dx.doi.org/10.1007/978-3-642-33353-8_38},
doi = {10.1007/978-3-642-33353-8_38},
timestamp = {Fri, 07 Sep 2012 12:44:12 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/jelia/Dao-TranEFWW12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/jelia/2012,
editor = {Luis Fari{\~{n}}as del Cerro and
Andreas Herzig and
J{\'{e}}r{\^{o}}me Mengin},
title = {Logics in Artificial Intelligence - 13th European Conference, {JELIA}
2012, Toulouse, France, September 26-28, 2012. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {7519},
publisher = {Springer},
year = {2012},
url = {http://dx.doi.org/10.1007/978-3-642-33353-8},
doi = {10.1007/978-3-642-33353-8},
isbn = {978-3-642-33352-1},
timestamp = {Fri, 07 Sep 2012 12:40:57 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/jelia/2012},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/logcom/ConsoleDT91,
author = {Luca Console and
Daniele Theseider Dupr{\'{e}} and
Pietro Torasso},
title = {On the Relationship between Abduction and Deduction},
journal = {J. Log. Comput.},
volume = {1},
number = {5},
pages = {661--690},
year = {1991},
url = {http://dx.doi.org/10.1093/logcom/1.5.661},
doi = {10.1093/logcom/1.5.661},
timestamp = {Wed, 29 Jun 2011 15:52:23 +0200},
biburl = {http://dblp.dagstuhl.de/rec/bib/journals/logcom/ConsoleDT91},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/tcs/EiterGL97,
author = {Thomas Eiter and
Georg Gottlob and
Nicola Leone},
title = {Abduction from Logic Programs: Semantics and Complexity},
journal = {Theor. Comput. Sci.},
volume = {189},
number = {1-2},
pages = {129--177},
year = {1997},
url = {http://dx.doi.org/10.1016/S0304-3975(96)00179-X},
doi = {10.1016/S0304-3975(96)00179-X},
timestamp = {Wed, 19 Nov 2003 16:10:31 +0100},
biburl = {http://dblp.dagstuhl.de/rec/bib/journals/tcs/EiterGL97},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/ecai/BoothGKRT14,
author = {Richard Booth and
Dov M. Gabbay and
Souhila Kaci and
Tjitze Rienstra and
Leendert W. N. van der Torre},
title = {Abduction and Dialogical Proof in Argumentation and Logic Programming},
booktitle = {{ECAI} 2014 - 21st European Conference on Artificial Intelligence,
18-22 August 2014, Prague, Czech Republic - Including Prestigious
Applications of Intelligent Systems {(PAIS} 2014)},
pages = {117--122},
year = {2014},
crossref = {DBLP:conf/ecai/2014},
url = {http://dx.doi.org/10.3233/978-1-61499-419-0-117},
doi = {10.3233/978-1-61499-419-0-117},
timestamp = {Thu, 17 Nov 2016 19:38:24 +0100},
biburl = {http://dblp.dagstuhl.de/rec/bib/conf/ecai/BoothGKRT14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/ecai/2014,
editor = {Torsten Schaub and
Gerhard Friedrich and
Barry O'Sullivan},
title = {{ECAI} 2014 - 21st European Conference on Artificial Intelligence,
18-22 August 2014, Prague, Czech Republic - Including Prestigious
Applications of Intelligent Systems {(PAIS} 2014)},
series = {Frontiers in Artificial Intelligence and Applications},
volume = {263},
publisher = {{IOS} Press},
year = {2014},
isbn = {978-1-61499-418-3},
timestamp = {Thu, 11 Sep 2014 15:40:47 +0200},
biburl = {http://dblp.dagstuhl.de/rec/bib/conf/ecai/2014},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/adbt/Clark77,
author = {Keith L. Clark},
title = {Negation as Failure},
booktitle = {Logic and Data Bases, Symposium on Logic and Data Bases, Centre d'{\'{e}}tudes
et de recherches de Toulouse, 1977.},
pages = {293--322},
year = {1977},
crossref = {DBLP:conf/adbt/77},
timestamp = {Fri, 13 Jan 2017 09:53:53 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/adbt/Clark77},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/adbt/77,
editor = {Herv{\'{e}} Gallaire and
Jack Minker},
title = {Logic and Data Bases, Symposium on Logic and Data Bases, Centre d'{\'{e}}tudes
et de recherches de Toulouse, 1977},
series = {Advances in Data Base Theory},
publisher = {Plemum Press},
address = {New York},
year = {1978},
isbn = {0-306-40060-X},
timestamp = {Thu, 03 Jan 2002 11:52:25 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/adbt/77},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/aaai/Pearl87,
author = {Judea Pearl},
title = {Embracing Causality in Formal Reasoning},
booktitle = {Proceedings of the 6th National Conference on Artificial Intelligence.
Seattle, WA, July 1987.},
pages = {369--373},
year = {1987},
crossref = {DBLP:conf/aaai/1987},
url = {http://www.aaai.org/Library/AAAI/1987/aaai87-066.php},
timestamp = {Wed, 12 Dec 2012 15:08:20 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/aaai/Pearl87},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/aaai/1987,
editor = {Kenneth D. Forbus and
Howard E. Shrobe},
title = {Proceedings of the 6th National Conference on Artificial Intelligence.
Seattle, WA, July 1987},
publisher = {Morgan Kaufmann},
year = {1987},
url = {http://www.aaai.org/Conferences/AAAI/aaai87.php},
timestamp = {Thu, 01 Dec 2011 17:16:20 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/aaai/1987},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/iclp/Eshghi88,
author = {Kave Eshghi},
title = {Abductive Planning with Event Calculus},
booktitle = {Logic Programming, Proceedings of the Fifth International Conference
and Symposium, Seattle, Washington, August 15-19, 1988 {(2} Volumes)},
pages = {562--579},
year = {1988},
crossref = {DBLP:conf/iclp/1988},
timestamp = {Fri, 29 Nov 2013 14:57:24 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/Eshghi88},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/iclp/1988,
editor = {Robert A. Kowalski and
Kenneth A. Bowen},
title = {Logic Programming, Proceedings of the Fifth International Conference
and Symposium, Seattle, Washington, August 15-19, 1988 {(2} Volumes)},
publisher = {{MIT} Press},
year = {1988},
isbn = {0-262-61056-6},
timestamp = {Fri, 29 Nov 2013 14:57:24 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/1988},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{stable,
author = {Michael Gelfond and
Vladimir Lifschitz},
title = {The Stable Model Semantics for Logic Programming},
booktitle = {Logic Programming, Proceedings of the Fifth International Conference
and Symposium, Seattle, Washington, August 15-19, 1988 {(2} Volumes)},
pages = {1070--1080},
year = {1988},
crossref = {DBLP:conf/iclp/1988},
timestamp = {Fri, 29 Nov 2013 14:57:24 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/GelfondL88},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/iclp/1988,
editor = {Robert A. Kowalski and
Kenneth A. Bowen},
title = {Logic Programming, Proceedings of the Fifth International Conference
and Symposium, Seattle, Washington, August 15-19, 1988 {(2} Volumes)},
publisher = {{MIT} Press},
year = {1988},
isbn = {0-262-61056-6},
timestamp = {Fri, 29 Nov 2013 14:57:24 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/1988},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/jacm/GelderRS91,
author = {Allen Van Gelder and
Kenneth A. Ross and
John S. Schlipf},
title = {The Well-Founded Semantics for General Logic Programs},
journal = {J. {ACM}},
volume = {38},
number = {3},
pages = {620--650},
year = {1991},
url = {http://doi.acm.org/10.1145/116825.116838},
doi = {10.1145/116825.116838},
timestamp = {Thu, 29 Nov 2012 10:30:25 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jacm/GelderRS91},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@InCollection{sep-abduction,
author = {Douven, Igor},
title = {Abduction},
booktitle = {The Stanford Encyclopedia of Philosophy},
editor = {Edward N. Zalta},
howpublished = {\url{https://plato.stanford.edu/archives/win2016/entries/abduction/}},
note = {\url{https://plato.stanford.edu/archives/win2016/entries/abduction/}},
year = {2016},
edition = {Winter 2016},
publisher = {Metaphysics Research Lab, Stanford University}
}
@book{peirce1940philosophical,
title={Philosophical Writings of Peirce},
author={Peirce, C.S. and Buchler, J.},
isbn={9780486202174},
lccn={56013549},
series={Dover books on philosophy},
url={https://books.google.at/books?id=Uq1kDQAAQBAJ},
year={1940},
publisher={Dover Publications}
}
@article{dih,
author = {Charles Sanders Peirce},
title = {Illustrations of the {L}ogic of {S}cience {V}{I}: {D}eduction, {I}nduction, and {H}ypothesis},
journal = {The Popular Science Monthly},
volume = {13},
lccn = {92642492},
year = {1878},
publisher = {D. Appleton}
}
@unpublished{ewbs,
author = {Hans Tompits},
title = {Introduction to {K}nowledge {B}ased {S}ystems: {A}nswer {S}et {P}rogramming},
institute = {Vienna University of Technology},
note = {Lecture at Vienna University of Technology},
year = {2016},
}
@unpublished{baroni,
author = {Pietro Baroni},
title = {An {I}ntroduction to {A}bstract {A}rgumentation},
howpublished = {\url{http://www.epcl-study.eu/content/downloads/slides/baroni_2013_abstract_argumentation.pdf}},
note = {\url{http://www.epcl-study.eu/content/downloads/slides/baroni_2013_abstract_argumentation.pdf}},
}
@article{DBLP:journals/ai/Dung95,
author = {Phan Minh Dung},
title = {On the Acceptability of Arguments and its Fundamental Role in Nonmonotonic
Reasoning, Logic Programming and n-Person Games},
journal = {Artif. Intell.},
volume = {77},
number = {2},
pages = {321--358},
year = {1995},
url = {https://doi.org/10.1016/0004-3702(94)00041-X},
doi = {10.1016/0004-3702(94)00041-X},
timestamp = {Sat, 27 May 2017 14:24:42 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ai/Dung95},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/sLogica/WuCG09,
author = {Yining Wu and
Martin Caminada and
Dov M. Gabbay},
title = {Complete Extensions in Argumentation Coincide with 3-Valued Stable
Models in Logic Programming},
journal = {Studia Logica},
volume = {93},
number = {2-3},
pages = {383--403},
year = {2009},
url = {https://doi.org/10.1007/s11225-009-9210-5},
doi = {10.1007/s11225-009-9210-5},
timestamp = {Thu, 08 Jun 2017 09:02:34 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/sLogica/WuCG09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/fuin/Przymusinski90,
author = {Teodor C. Przymusinski},
title = {The Well-Founded Semantics Coincides with the Three-Valued Stable
Semantics},
journal = {Fundam. Inform.},
volume = {13},
number = {4},
pages = {445--463},
year = {1990},
timestamp = {Thu, 27 Nov 2003 13:24:17 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/fuin/Przymusinski90},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{blend,
author = {Antonius Weinzierl},
title = {Blending Lazy-Grounding and {CDNL} Search for Answer-Set Solving},
booktitle = {Logic Programming and Nonmonotonic Reasoning - 14th International
Conference, {LPNMR} 2017, Espoo, Finland, July 3-6, 2017, Proceedings},
pages = {191--204},
year = {2017},
crossref = {DBLP:conf/lpnmr/2017},
url = {https://doi.org/10.1007/978-3-319-61660-5_17},
doi = {10.1007/978-3-319-61660-5_17},
timestamp = {Wed, 28 Jun 2017 13:24:46 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/Weinzierl17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/lpnmr/2017,
editor = {Marcello Balduccini and
Tomi Janhunen},
title = {Logic Programming and Nonmonotonic Reasoning - 14th International
Conference, {LPNMR} 2017, Espoo, Finland, July 3-6, 2017, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {10377},
publisher = {Springer},
year = {2017},
url = {https://doi.org/10.1007/978-3-319-61660-5},
doi = {10.1007/978-3-319-61660-5},
isbn = {978-3-319-61659-9},
timestamp = {Wed, 28 Jun 2017 13:20:07 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/2017},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@incollection{DBLP:books/mk/minker88/Przymusinski88,
author = {Teodor C. Przymusinski},
title = {On the Declarative Semantics of Deductive Databases and Logic Programs},
booktitle = {Foundations of Deductive Databases and Logic Programming},
pages = {193--216},
publisher = {Morgan Kaufmann},
year = {1988},
crossref = {DBLP:books/mk/Minker88},
timestamp = {Tue, 28 Apr 2015 08:06:16 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/books/mk/minker88/Przymusinski88},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@book{DBLP:books/mk/Minker88,
editor = {Jack Minker},
title = {Foundations of Deductive Databases and Logic Programming},
publisher = {Morgan Kaufmann},
year = {1988},
isbn = {0-934613-40-0},
timestamp = {Thu, 03 Jan 2002 11:51:34 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/books/mk/Minker88},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{calimeri2015asp,
title={ASP-Core-2: Input Language Format},
author={Francesco Calimeri and Wolfgang Faber and Martin Gebser and Giovambattista Ianni and Roland Kaminski and Thomas Krennwallner and Nicola Leone and Francesco Ricca and Torsten Schaub},
journal={ASP Standardization Working Group, Tech. Rep},
year={2015},
howpublished = {\url{https://www.mat.unical.it/aspcomp2013/files/ASP-CORE-2.03c.pdf}},
note = {\url{https://www.mat.unical.it/aspcomp2013/files/ASP-CORE-2.03c.pdf}}
}
@inproceedings{asperixfirst,
author = {Claire Lef{\`{e}}vre and
Pascal Nicolas},
title = {The First Version of a New {ASP} Solver : ASPeRiX},
booktitle = {Logic Programming and Nonmonotonic Reasoning, 10th International Conference,
{LPNMR} 2009, Potsdam, Germany, September 14-18, 2009. Proceedings},
pages = {522--527},
year = {2009},
crossref = {DBLP:conf/lpnmr/2009},
url = {https://doi.org/10.1007/978-3-642-04238-6_52},
doi = {10.1007/978-3-642-04238-6_52},
timestamp = {Tue, 23 May 2017 01:06:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/LefevreN09a},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/lpnmr/2009,
editor = {Esra Erdem and
Fangzhen Lin and
Torsten Schaub},
title = {Logic Programming and Nonmonotonic Reasoning, 10th International Conference,
{LPNMR} 2009, Potsdam, Germany, September 14-18, 2009. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {5753},
publisher = {Springer},
year = {2009},
url = {https://doi.org/10.1007/978-3-642-04238-6},
doi = {10.1007/978-3-642-04238-6},
isbn = {978-3-642-04237-9},
timestamp = {Tue, 23 May 2017 01:06:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/2009},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{asperix,
author = {Claire Lef{\`{e}}vre and
Christopher B{\'{e}}atrix and
Igor St{\'{e}}phan and
Laurent Garcia},
title = {ASPeRiX, a first-order forward chaining approach for answer set computing},
journal = {{TPLP}},
volume = {17},
number = {3},
pages = {266--310},
year = {2017},
url = {https://doi.org/10.1017/S1471068416000569},
doi = {10.1017/S1471068416000569},
timestamp = {Thu, 29 Jun 2017 17:35:23 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tplp/LefevreBSG17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{effsat,
author = {Matthew W. Moskewicz and
Conor F. Madigan and
Ying Zhao and
Lintao Zhang and
Sharad Malik},
title = {Chaff: Engineering an Efficient {SAT} Solver},
booktitle = {Proceedings of the 38th Design Automation Conference, {DAC} 2001,
Las Vegas, NV, USA, June 18-22, 2001},
pages = {530--535},
year = {2001},
crossref = {DBLP:conf/dac/2001},
url = {http://doi.acm.org/10.1145/378239.379017},
doi = {10.1145/378239.379017},
timestamp = {Tue, 15 Nov 2011 16:45:56 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dac/MoskewiczMZZM01},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/dac/2001,
title = {Proceedings of the 38th Design Automation Conference, {DAC} 2001,
Las Vegas, NV, USA, June 18-22, 2001},
publisher = {{ACM}},
year = {2001},
url = {http://dl.acm.org/citation.cfm?id=378239},
isbn = {1-58113-297-2},
timestamp = {Tue, 15 Nov 2011 16:45:56 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dac/2001},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{questsat,
author = {Lintao Zhang and
Sharad Malik},
title = {The Quest for Efficient Boolean Satisfiability Solvers},
booktitle = {Automated Deduction - CADE-18, 18th International Conference on Automated
Deduction, Copenhagen, Denmark, July 27-30, 2002, Proceedings},
pages = {295--313},
year = {2002},
crossref = {DBLP:conf/cade/2002},
url = {https://doi.org/10.1007/3-540-45620-1_26},
doi = {10.1007/3-540-45620-1_26},
timestamp = {Fri, 26 May 2017 14:09:14 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/cade/ZhangM02},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/cade/2002,
editor = {Andrei Voronkov},
title = {Automated Deduction - CADE-18, 18th International Conference on Automated
Deduction, Copenhagen, Denmark, July 27-30, 2002, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {2392},
publisher = {Springer},
year = {2002},
url = {https://doi.org/10.1007/3-540-45620-1},
doi = {10.1007/3-540-45620-1},
isbn = {3-540-43931-5},
timestamp = {Fri, 26 May 2017 14:09:14 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/cade/2002},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{blend,
author = {Antonius Weinzierl},
title = {Blending Lazy-Grounding and {CDNL} Search for Answer-Set Solving},
booktitle = {Logic Programming and Nonmonotonic Reasoning - 14th International
Conference, {LPNMR} 2017, Espoo, Finland, July 3-6, 2017, Proceedings},
pages = {191--204},
year = {2017},
crossref = {DBLP:conf/lpnmr/2017},
url = {https://doi.org/10.1007/978-3-319-61660-5_17},
doi = {10.1007/978-3-319-61660-5_17},
timestamp = {Wed, 28 Jun 2017 13:24:46 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/Weinzierl17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/lpnmr/2017,
editor = {Marcello Balduccini and
Tomi Janhunen},
title = {Logic Programming and Nonmonotonic Reasoning - 14th International
Conference, {LPNMR} 2017, Espoo, Finland, July 3-6, 2017, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {10377},
publisher = {Springer},
year = {2017},
url = {https://doi.org/10.1007/978-3-319-61660-5},
doi = {10.1007/978-3-319-61660-5},
isbn = {978-3-319-61659-9},
timestamp = {Wed, 28 Jun 2017 13:20:07 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/2017},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{nglearn,
title={Learning non-ground rules for answer-set solving},
author={Weinzierl, Antonius},
booktitle={Proceedings of the Second Workshop on Grounding and Transformation for Theories with Variables (GTTV’13)},
pages={25--37},
year={2013}
}
@inproceedings{fofchain,
author = {Claire Lef{\`{e}}vre and
Pascal Nicolas},
title = {A First Order Forward Chaining Approach for Answer Set Computing},
booktitle = {Logic Programming and Nonmonotonic Reasoning, 10th International Conference,
{LPNMR} 2009, Potsdam, Germany, September 14-18, 2009. Proceedings},
pages = {196--208},
year = {2009},
crossref = {DBLP:conf/lpnmr/2009},
url = {https://doi.org/10.1007/978-3-642-04238-6_18},
doi = {10.1007/978-3-642-04238-6_18},
timestamp = {Tue, 23 May 2017 01:06:10 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/LefevreN09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{computations,
author = {Lengning Liu and
Enrico Pontelli and
Tran Cao Son and
Miroslaw Truszczynski},
title = {Logic Programs with Abstract Constraint Atoms: The Role of Computations},
booktitle = {Logic Programming, 23rd International Conference, {ICLP} 2007, Porto,
Portugal, September 8-13, 2007, Proceedings},
pages = {286--301},
year = {2007},
crossref = {DBLP:conf/iclp/2007},
url = {https://doi.org/10.1007/978-3-540-74610-2_20},
doi = {10.1007/978-3-540-74610-2_20},
timestamp = {Fri, 02 Jun 2017 13:01:07 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/LiuPST07},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/iclp/2007,
editor = {Ver{\'{o}}nica Dahl and
Ilkka Niemel{\"{a}}},
title = {Logic Programming, 23rd International Conference, {ICLP} 2007, Porto,
Portugal, September 8-13, 2007, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {4670},
publisher = {Springer},
year = {2007},
url = {https://doi.org/10.1007/978-3-540-74610-2},
doi = {10.1007/978-3-540-74610-2},
isbn = {978-3-540-74608-9},
timestamp = {Fri, 02 Jun 2017 13:01:07 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/2007},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/ai/Forgy82,
author = {Charles Forgy},
title = {Rete: {A} Fast Algorithm for the Many Patterns/Many Objects Match
Problem},
journal = {Artif. Intell.},
volume = {19},
number = {1},
pages = {17--37},
year = {1982},
url = {https://doi.org/10.1016/0004-3702(82)90020-0},
doi = {10.1016/0004-3702(82)90020-0},
timestamp = {Sat, 27 May 2017 14:24:42 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ai/Forgy82},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{grasp,
author = {Jo{\~{a}}o P. Marques Silva and
Karem A. Sakallah},
title = {{GRASP:} {A} Search Algorithm for Propositional Satisfiability},
journal = {{IEEE} Trans. Computers},
volume = {48},
number = {5},
pages = {506--521},
year = {1999},
url = {https://doi.org/10.1109/12.769433},
doi = {10.1109/12.769433},
timestamp = {Thu, 08 Jun 2017 09:04:20 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tc/Marques-SilvaS99},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{cdl-sat,
author = {Lintao Zhang and
Conor F. Madigan and
Matthew W. Moskewicz and
Sharad Malik},
title = {Efficient Conflict Driven Learning in Boolean Satisfiability Solver},
booktitle = {Proceedings of the 2001 {IEEE/ACM} International Conference on Computer-Aided
Design, {ICCAD} 2001, San Jose, CA, USA, November 4-8, 2001},
pages = {279--285},
year = {2001},
crossref = {DBLP:conf/iccad/2001},
url = {https://doi.org/10.1109/ICCAD.2001.968634},
doi = {10.1109/ICCAD.2001.968634},
timestamp = {Wed, 24 May 2017 08:31:16 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iccad/ZhangMMM01},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/iccad/2001,
editor = {Rolf Ernst},
title = {Proceedings of the 2001 {IEEE/ACM} International Conference on Computer-Aided
Design, {ICCAD} 2001, San Jose, CA, USA, November 4-8, 2001},
publisher = {{IEEE} Computer Society},
year = {2001},
url = {http://ieeexplore.ieee.org/xpl/mostRecentIssue.jsp?punumber=7652},
isbn = {0-7803-7249-2},
timestamp = {Thu, 30 Apr 2015 18:34:28 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iccad/2001},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{sm-logprog,
author = {Victor W. Marek and
Miroslaw Truszczynski},
title = {Stable models and an alternative logic programming paradigm},
journal = {CoRR},
volume = {cs.LO/9809032},
year = {1998},
url = {http://arxiv.org/abs/cs.LO/9809032},
timestamp = {Wed, 07 Jun 2017 14:42:51 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/cs-LO-9809032},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{lp-sm-constraints,
author = {Ilkka Niemel{\"{a}}},
title = {Logic Programs with Stable Model Semantics as a Constraint Programming
Paradigm},
journal = {Ann. Math. Artif. Intell.},
volume = {25},
number = {3-4},
pages = {241--273},
year = {1999},
url = {https://doi.org/10.1023/A:1018930122475},
doi = {10.1023/A:1018930122475},
timestamp = {Sun, 28 May 2017 13:20:59 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/amai/Niemela99},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{effstructs,
author = {In{\^{e}}s Lynce and
Jo{\~{a}}o P. Marques Silva},
title = {Efficient data structures for backtrack search {SAT} solvers},
journal = {Ann. Math. Artif. Intell.},
volume = {43},
number = {1},
pages = {137--152},
year = {2005},
url = {https://doi.org/10.1007/s10472-005-0425-5},
doi = {10.1007/s10472-005-0425-5},
timestamp = {Sun, 28 May 2017 13:21:00 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/amai/LynceM05},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{rete,
author = {Charles Forgy},
title = {Rete: {A} Fast Algorithm for the Many Patterns/Many Objects Match
Problem},
journal = {Artif. Intell.},
volume = {19},
number = {1},
pages = {17--37},
year = {1982},
url = {https://doi.org/10.1016/0004-3702(82)90020-0},
doi = {10.1016/0004-3702(82)90020-0},
timestamp = {Sat, 27 May 2017 14:24:42 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/ai/Forgy82},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{aspcomp2015,
author = {Martin Gebser and
Marco Maratea and
Francesco Ricca},
title = {The Design of the Sixth Answer Set Programming Competition},
booktitle = {Logic Programming and Nonmonotonic Reasoning - 13th International
Conference, {LPNMR} 2015, Lexington, KY, USA, September 27-30, 2015.
Proceedings},
pages = {531--544},
year = {2015},
crossref = {DBLP:conf/lpnmr/2015},
url = {https://doi.org/10.1007/978-3-319-23264-5_44},
doi = {10.1007/978-3-319-23264-5_44},
timestamp = {Sun, 04 Jun 2017 10:03:54 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/GebserMR15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/lpnmr/2015,
editor = {Francesco Calimeri and
Giovambattista Ianni and
Miroslaw Truszczynski},
title = {Logic Programming and Nonmonotonic Reasoning - 13th International
Conference, {LPNMR} 2015, Lexington, KY, USA, September 27-30, 2015.
Proceedings},
series = {Lecture Notes in Computer Science},
volume = {9345},
publisher = {Springer},
year = {2015},
url = {https://doi.org/10.1007/978-3-319-23264-5},
doi = {10.1007/978-3-319-23264-5},
isbn = {978-3-319-23263-8},
timestamp = {Sun, 04 Jun 2017 10:03:54 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/2015},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{gasp2,
author = {Alessandro Dal Pal{\`{u}} and
Agostino Dovier and
Enrico Pontelli and
Gianfranco Rossi},
title = {{GASP:} Answer Set Programming with Lazy Grounding},
journal = {Fundam. Inform.},
volume = {96},
number = {3},
pages = {297--322},
year = {2009},
url = {https://doi.org/10.3233/FI-2009-180},
doi = {10.3233/FI-2009-180},
timestamp = {Wed, 14 Jun 2017 20:30:31 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/fuin/PaluDPR09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{gasp,
author = {Alessandro Dal Pal{\`{u}} and
Agostino Dovier and
Enrico Pontelli and
Gianfranco Rossi},
title = {Answer Set Programming with Constraints Using Lazy Grounding},
booktitle = {Logic Programming, 25th International Conference, {ICLP} 2009, Pasadena,
CA, USA, July 14-17, 2009. Proceedings},
pages = {115--129},
year = {2009},
crossref = {DBLP:conf/iclp/2009},
url = {https://doi.org/10.1007/978-3-642-02846-5_14},
doi = {10.1007/978-3-642-02846-5_14},
timestamp = {Sun, 04 Jun 2017 10:06:21 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/PaluDPR09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/iclp/2009,
editor = {Patricia M. Hill and
David Scott Warren},
title = {Logic Programming, 25th International Conference, {ICLP} 2009, Pasadena,
CA, USA, July 14-17, 2009. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {5649},
publisher = {Springer},
year = {2009},
url = {https://doi.org/10.1007/978-3-642-02846-5},
doi = {10.1007/978-3-642-02846-5},
isbn = {978-3-642-02845-8},
timestamp = {Fri, 26 May 2017 00:49:12 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/2009},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{dlv,
author = {Simona Citrigno and
Thomas Eiter and
Wolfgang Faber and
Georg Gottlob and
Christoph Koch and
Nicola Leone and
Cristinel Mateis and
Gerald Pfeifer and
Francesco Scarcello},
title = {The dlv System: Model Generator and Advanced Frontends (system description)},
booktitle = {{WLP}},
pages = {0},
year = {1997},
timestamp = {Thu, 03 Mar 2016 17:54:19 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/wlp/CitrignoEFGKLMPS97},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{dlv-mbt,
author = {Wolfgang Faber and
Nicola Leone and
Gerald Pfeifer},
title = {Pushing Goal Derivation in {DLP} Computations},
booktitle = {Logic Programming and Nonmonotonic Reasoning, 5th International Conference,
LPNMR'99, El Paso, Texas, USA, December 2-4, 1999, Proceedings},
pages = {177--191},
year = {1999},
crossref = {DBLP:conf/lpnmr/1999},
url = {https://doi.org/10.1007/3-540-46767-X_13},
doi = {10.1007/3-540-46767-X_13},
timestamp = {Wed, 24 May 2017 15:40:41 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/FaberLP99},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/lpnmr/1999,
editor = {Michael Gelfond and
Nicola Leone and
Gerald Pfeifer},
title = {Logic Programming and Nonmonotonic Reasoning, 5th International Conference,
LPNMR'99, El Paso, Texas, USA, December 2-4, 1999, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {1730},
publisher = {Springer},
year = {1999},
url = {https://doi.org/10.1007/3-540-46767-X},
doi = {10.1007/3-540-46767-X},
isbn = {3-540-66749-0},
timestamp = {Wed, 24 May 2017 15:40:41 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lpnmr/1999},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{dislop,
author = {Chandrabose Aravindan and
J{\"{u}}rgen Dix and
Ilkka Niemel{\"{a}}},
title = {DisLoP: {A} Research Project on Disjunctive Logic Programming},
journal = {{AI} Commun.},
volume = {10},
number = {3-4},
pages = {151--165},
year = {1997},
url = {http://content.iospress.com/articles/ai-communications/aic130},
timestamp = {Fri, 15 May 2015 14:59:57 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/aicom/AravindanDN97},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{dislog,
author = {Dietmar Seipel and
Helmut Th{\"{o}}ne},
title = {{DISLOG} - {A} System for in Disjunctive Deductive Databases},
booktitle = {{DAISD}},
pages = {325--343},
year = {1994},
timestamp = {Thu, 03 Jan 2002 11:56:11 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/daisd/SeipelT94},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@Inbook{dlp,
author="Minker, Jack",
editor="Loveland, D. W.",
title="On indefinite databases and the closed world assumption",
bookTitle="6th Conference on Automated Deduction: New York, USA, June 7--9, 1982",
year="1982",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="292--308",
abstract="A database is said to be indefinite if there is an answer to a query of the form Pa V Pb where neither Pa nor Pb can be derived from the database. Indefinite databases arise where, in general, the data consists of non-Horn clauses. A clause is non-Horn if it is a disjunction of literals in which more than one literal in the clause is positive.",
isbn="978-3-540-39240-8",
doi="10.1007/BFb0000066",
url="https://doi.org/10.1007/BFb0000066"
}
@inproceedings{dlvproject,
author = {Nicola Leone and
Wolfgang Faber},
title = {The {DLV} Project: {A} Tour from Theory and Research to Applications
and Market},
booktitle = {Logic Programming, 24th International Conference, {ICLP} 2008, Udine,
Italy, December 9-13 2008, Proceedings},
pages = {53--68},
year = {2008},
crossref = {DBLP:conf/iclp/2008},
url = {https://doi.org/10.1007/978-3-540-89982-2_10},
doi = {10.1007/978-3-540-89982-2_10},
timestamp = {Sun, 04 Jun 2017 10:06:20 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/LeoneF08},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/iclp/2008,
editor = {Maria Garcia de la Banda and
Enrico Pontelli},
title = {Logic Programming, 24th International Conference, {ICLP} 2008, Udine,
Italy, December 9-13 2008, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {5366},
publisher = {Springer},
year = {2008},
url = {https://doi.org/10.1007/978-3-540-89982-2},
doi = {10.1007/978-3-540-89982-2},
isbn = {978-3-540-89981-5},
timestamp = {Fri, 26 May 2017 00:49:12 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/iclp/2008},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{minisat,
author = {Niklas E{\'{e}}n and
Niklas S{\"{o}}rensson},
title = {An Extensible SAT-solver},
booktitle = {Theory and Applications of Satisfiability Testing, 6th International
Conference, {SAT} 2003. Santa Margherita Ligure, Italy, May 5-8, 2003
Selected Revised Papers},
pages = {502--518},
year = {2003},
crossref = {DBLP:conf/sat/2003},
url = {https://doi.org/10.1007/978-3-540-24605-3_37},
doi = {10.1007/978-3-540-24605-3_37},
timestamp = {Mon, 29 May 2017 16:53:44 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sat/EenS03},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@proceedings{DBLP:conf/sat/2003,
editor = {Enrico Giunchiglia and
Armando Tacchella},
title = {Theory and Applications of Satisfiability Testing, 6th International
Conference, {SAT} 2003. Santa Margherita Ligure, Italy, May 5-8, 2003
Selected Revised Papers},
series = {Lecture Notes in Computer Science},
volume = {2919},
publisher = {Springer},
year = {2004},
url = {https://doi.org/10.1007/b95238},
doi = {10.1007/b95238},
isbn = {3-540-20851-8},
timestamp = {Mon, 29 May 2017 16:53:44 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sat/2003},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@incollection{handbook-sat,
author = {Carla P. Gomes and
Henry A. Kautz and
Ashish Sabharwal and
Bart Selman},
title = {Satisfiability Solvers},
booktitle = {Handbook of Knowledge Representation},
pages = {89--134},
year = {2008},
crossref = {DBLP:reference/fai/3},
url = {https://doi.org/10.1016/S1574-6526(07)03002-7},
doi = {10.1016/S1574-6526(07)03002-7},
timestamp = {Wed, 12 Jul 2017 09:11:48 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/reference/fai/GomesKSS08},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@incollection{handbook-kr-cp,
author = {Francesca Rossi and
Peter van Beek and
Toby Walsh},