-
Notifications
You must be signed in to change notification settings - Fork 13
/
guide.bib
1280 lines (1169 loc) · 45.7 KB
/
guide.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{gekakaosscsc11a,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
M. Ostrowski and T. Schaub and M. Schneider},
journal = {AI Communications},
number = {2},
pages = {107-124},
title = {Potassco: The {P}otsdam Answer Set Solving
Collection},
volume = {24},
year = {2011},
}
@book{gekakasc12a,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
T. Schaub},
publisher = {Morgan and Claypool Publishers},
series = {Synthesis Lectures on Artificial Intelligence and
Machine Learning},
title = {Answer Set Solving in Practice},
year = {2012},
}
@misc{potassco,
howpublished = {https://potassco.org},
key = {potassco},
title = {Potassco website},
url = {https://potassco.org},
}
@misc{conda,
howpublished = {https://conda.io},
key = {conda},
title = {conda website},
url = {https://conda.io},
}
@article{ankolisc05a,
author = {C. Anger and K. Konczak and T. Linke and T. Schaub},
journal = {Künstliche Intelligenz},
number = {1},
pages = {12-17},
title = {A Glimpse of Answer Set Programming},
volume = {19},
year = {2005},
}
@book{baral02a,
author = {C. Baral},
publisher = {Cambridge University Press},
title = {Knowledge Representation, Reasoning and Declarative
Problem Solving},
year = {2003},
}
@article{breitr11a,
author = {G. Brewka and T. Eiter and M. Truszczy{\'n}ski},
journal = {Communications of the ACM},
number = {12},
pages = {92-103},
title = {Answer set programming at a glance},
volume = {54},
year = {2011},
}
@incollection{gelfond08a,
author = {M. Gelfond},
booktitle = {Handbook of Knowledge Representation},
chapter = {7},
editor = {V. Lifschitz and F. {van Harmelen} and B. Porter},
pages = {285-316},
publisher = {Elsevier Science},
title = {Answer Sets},
year = {2008},
}
@book{gelkah14a,
author = {M. Gelfond and Y. Kahl},
publisher = {Cambridge University Press},
title = {Knowledge Representation, Reasoning, and the Design
of Intelligent Agents: The Answer-Set Programming
Approach},
year = {2014},
}
@article{gelleo02a,
author = {M. Gelfond and N. Leone},
journal = {Artificial Intelligence},
number = {1-2},
pages = {3-38},
title = {Logic programming and knowledge representation ---
the {A}-{P}rolog perspective},
volume = {138},
year = {2002},
}
@article{lifschitz02a,
author = {V. Lifschitz},
journal = {Artificial Intelligence},
number = {1-2},
pages = {39-54},
title = {Answer set programming and plan generation},
volume = {138},
year = {2002},
}
@incollection{martru99a,
author = {V. Marek and M. Truszczy\'{n}ski},
booktitle = {The Logic Programming Paradigm: a 25-Year
Perspective},
editor = {K. Apt and V. Marek and M. Truszczy\'{n}ski and
D. Warren},
pages = {375-398},
publisher = {Springer-Verlag},
title = {Stable models and an alternative logic programming
paradigm},
year = {1999},
}
@article{niemela99a,
author = {I. Niemelä},
journal = {Annals of Mathematics and Artificial Intelligence},
number = {3-4},
pages = {241-273},
title = {Logic Programs with Stable Model Semantics as a
Constraint Programming Paradigm},
volume = {25},
year = {1999},
}
@article{gehakalisc15a,
author = {M. Gebser and A. Harrison and R. Kaminski and
V. Lifschitz and T. Schaub},
journal = {Theory and Practice of Logic Programming},
note = {Available at \url{http://arxiv.org/abs/1507.06576}},
number = {4-5},
pages = {449-463},
title = {Abstract {G}ringo},
volume = {15},
year = {2015},
}
@inproceedings{gellif88b,
author = {M. Gelfond and V. Lifschitz},
booktitle = {Proceedings of the Fifth International Conference and
Symposium of Logic Programming (ICLP'88)},
editor = {R. Kowalski and K. Bowen},
pages = {1070-1080},
publisher = {MIT Press},
title = {The Stable Model Semantics for Logic Programming},
year = {1988},
}
@book{SATHandbook,
booktitle = {Handbook of Satisfiability},
editor = {A. Biere and M. Heule and H. {van Maaren} and
T. Walsh},
publisher = {IOS Press},
series = {Frontiers in Artificial Intelligence and
Applications},
title = {Handbook of Satisfiability},
volume = {185},
year = {2009},
}
@misc{MITlicense,
howpublished = {Massachusetts Institute of Technology},
note = {\url{http://www.opensource.org/licenses/MIT}},
title = {{MIT} License},
}
@misc{lparseManual,
author = {T. Syrjänen},
title = {Lparse 1.0 User's Manual},
year = {2001},
url = {http://www.tcs.hut.fi/Software/smodels/lparse.ps.gz},
}
@article{siniso02a,
author = {P. Simons and I. Niemelä and T. Soininen},
journal = {Artificial Intelligence},
number = {1-2},
pages = {181-234},
title = {Extending and implementing the stable model
semantics},
volume = {138},
year = {2002},
}
@article{schlipf95a,
author = {J. Schlipf},
journal = {Journal of Computer and System Sciences},
pages = {64-86},
title = {The expressive powers of the logic programming
semantics},
volume = {51},
year = {1995},
}
@inproceedings{gescth07a,
author = {M. Gebser and T. Schaub and S. Thiele},
booktitle = {Proceedings of the Ninth International Conference on
Logic Programming and Nonmonotonic Reasoning
(LPNMR'07)},
editor = {C. Baral and G. Brewka and J. Schlipf},
pages = {266-271},
publisher = {Springer-Verlag},
series = {Lecture Notes in Artificial Intelligence},
title = {Gringo: A New Grounder for Answer Set Programming},
volume = {4483},
year = {2007},
}
@inproceedings{gekanesc07a,
author = {M. Gebser and B. Kaufmann and A. Neumann and
T. Schaub},
booktitle = {Proceedings of the Twentieth International Joint
Conference on Artificial Intelligence (IJCAI'07)},
editor = {M. Veloso},
pages = {386-392},
publisher = {AAAI/MIT Press},
title = {Conflict-Driven Answer Set Solving},
year = {2007},
}
@article{gekasc09c,
author = {M. Gebser and B. Kaufmann and T. Schaub},
journal = {Artificial Intelligence},
pages = {52-89},
title = {Conflict-Driven Answer Set Solving: From Theory to
Practice},
volume = {187-188},
year = {2012},
}
@inproceedings{lifschitz08a,
author = {V. Lifschitz},
booktitle = {Proceedings of the Twenty-fourth International
Conference on Logic Programming (ICLP'08)},
editor = {M. {Garcia de la Banda} and E. Pontelli},
pages = {37-51},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Twelve Definitions of a Stable Model},
volume = {5366},
year = {2008},
}
@article{gellif91a,
author = {M. Gelfond and V. Lifschitz},
journal = {New Generation Computing},
pages = {365-385},
title = {Classical Negation in Logic Programs and Disjunctive
Databases},
volume = {9},
year = {1991},
}
@article{eitpol06a,
author = {T. Eiter and A. Polleres},
journal = {Theory and Practice of Logic Programming},
number = {1-2},
pages = {23-60},
title = {Towards automated integration of guess and check
programs in answer set programming: a
meta-interpreter and applications},
volume = {6},
year = {2006},
}
@article{gekasc11b,
author = {M. Gebser and R. Kaminski and T. Schaub},
journal = {Theory and Practice of Logic Programming},
number = {4-5},
pages = {821-839},
title = {Complex Optimization in Answer Set Programming},
volume = {11},
year = {2011},
}
@article{eitgot95a,
author = {T. Eiter and G. Gottlob},
journal = {Annals of Mathematics and Artificial Intelligence},
number = {3-4},
pages = {289-323},
title = {On the Computational Cost of Disjunctive Logic
Programming: Propositional Case},
volume = {15},
year = {1995},
}
@article{litatu99a,
author = {V. Lifschitz and L. Tang and H. Turner},
journal = {Annals of Mathematics and Artificial Intelligence},
number = {3-4},
pages = {369-389},
title = {Nested Expressions in Logic Programs},
volume = {25},
year = {1999},
}
@inproceedings{haliya14a,
author = {A. Harrison and V. Lifschitz and F. Yang},
booktitle = {Proceedings of the Fourteenth International
Conference on Principles of Knowledge Representation
and Reasoning (KR'14)},
editor = {C. Baral and G. {De Giacomo} and T. Eiter},
publisher = {AAAI Press},
title = {The Semantics of Gringo and Infinitary Propositional
Formulas},
year = {2014},
url = {http://www.aaai.org/ocs/index.php/KR/KR14/paper/view/7966},
}
@article{bflnrp00a,
author = {F. Buccafurri and N. Leone and P. Rullo},
journal = {IEEE Transactions on Knowledge and Data Engineering},
number = {5},
pages = {845-860},
title = {Enhancing Disjunctive Datalog by Constraints},
volume = {12},
year = {2000},
}
@inproceedings{gekanesc07b,
author = {M. Gebser and B. Kaufmann and A. Neumann and
T. Schaub},
booktitle = {Proceedings of the Ninth International Conference on
Logic Programming and Nonmonotonic Reasoning
(LPNMR'07)},
editor = {C. Baral and G. Brewka and J. Schlipf},
pages = {260-265},
publisher = {Springer-Verlag},
series = {Lecture Notes in Artificial Intelligence},
title = {clasp: A Conflict-Driven Answer Set Solver},
volume = {4483},
year = {2007},
}
@inproceedings{kascwa17a,
author = {R. Kaminski and T. Schaub and P. Wanko},
booktitle = {Proceedings of the Thirteenth International Summer
School of the Reasoning Web},
editor = {G. Ianni and D. Lembo and L. Bertossi and W. Faber and
B. Glimm and G. Gottlob and S. Staab},
pages = {167-203},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {A Tutorial on Hybrid Answer Set Solving with clingo},
volume = {10370},
year = {2017},
}
@article{gekakasc17a,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
T. Schaub},
journal = {CoRR},
title = {Multi-shot {ASP} solving with clingo},
volume = {abs/1705.09811},
year = {2017},
url = {http://arxiv.org/abs/1705.09811},
}
@inproceedings{gekakaosscwa16a,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
M. Ostrowski and T. Schaub and P. Wanko},
booktitle = {Technical Communications of the Thirty-second
International Conference on Logic Programming
(ICLP'16)},
editor = {M. Carro and A. King},
pages = {2:1-2:15},
publisher = {Open Access Series in Informatics (OASIcs)},
title = {Theory Solving Made Easy with Clingo~5},
volume = {52},
year = {2016},
}
@article{jakaosscscwa17a,
author = {T. Janhunen and R. Kaminski and M. Ostrowski and
T. Schaub and S. Schellhorn and P. Wanko},
journal = {Theory and Practice of Logic Programming},
note = {To appear.},
title = {Clingo goes Linear Constraints over Reals and
Integers},
year = {2017},
url = {\url{https://arxiv.org/abs/1707.04053}},
}
@article{bakaossc16a,
author = {M. Banbara and B. Kaufmann and M. Ostrowski and
T. Schaub},
journal = {Theory and Practice of Logic Programming},
number = {4},
pages = {408-461},
title = {Clingcon: The Next Generation},
volume = {17},
year = {2017},
}
@inproceedings{bageinscsotawe13a,
author = {M. Banbara and M. Gebser and K. Inoue and T. Schaub and
T. Soh and N. Tamura and M. Weise},
booktitle = {Proceedings of the Sixth Workshop on Answer Set
Programming and Other Computing Paradigms
(ASPOCP'13)},
editor = {M. Fink and Y. Lierler},
publisher = {CoRR},
title = {{A}spartame: Solving Constraint Satisfaction Problems
with Answer Set Programming},
volume = {abs/1312.6113},
year = {2013},
}
@article{tatakiba09a,
author = {N. Tamura and A. Taga and S. Kitagawa and M. Banbara},
journal = {Constraints},
number = {2},
pages = {254-272},
title = {Compiling finite linear {CSP} into {SAT}},
volume = {14},
year = {2009},
}
@book{CPHandbook,
booktitle = {Handbook of Constraint Programming},
editor = {F. Rossi and P. {van Beek} and T. Walsh},
publisher = {Elsevier Science},
title = {Handbook of Constraint Programming},
year = {2006},
}
@book{papadimitriou94a,
author = {C. Papadimitriou},
publisher = {Addison-Wesley},
title = {Computational Complexity},
year = {1994},
}
@article{erdlif03a,
author = {E. Erdem and V. Lifschitz},
journal = {Theory and Practice of Logic Programming},
number = {4-5},
pages = {499-518},
title = {Tight Logic Programs},
volume = {3},
year = {2003},
}
@article{fages94a,
author = {F. Fages},
journal = {Journal of Methods of Logic in Computer Science},
pages = {51-60},
title = {Consistency of {C}lark's completion and the existence
of stable models},
volume = {1},
year = {1994},
}
@article{gupnau92a,
author = {N. Gupta and D. Nau},
journal = {Artificial Intelligence},
number = {2-3},
pages = {223-254},
title = {On the Complexity of Blocks-World Planning},
volume = {56},
year = {1992},
}
@misc{erdemBW,
author = {E. Erdem},
howpublished =
{\url{http://people.sabanciuniv.edu/esraerdem/ASP-benchmarks/bw.html}},
title = {The Blocks World},
}
@inproceedings{gekakaosscth08a,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
M. Ostrowski and T. Schaub and S. Thiele},
booktitle = {Proceedings of the Twenty-fourth International
Conference on Logic Programming (ICLP'08)},
editor = {M. {Garcia de la Banda} and E. Pontelli},
pages = {190-205},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Engineering an Incremental {ASP} Solver},
volume = {5366},
year = {2008},
}
@misc{GNUcoding,
howpublished = {Free Software Foundation, Inc.},
key = {gnucoding},
note = {\url{http://www.gnu.org/prep/standards/standards.html}},
title = {{GNU} Coding Standards},
}
@inproceedings{gekasc09a,
author = {M. Gebser and B. Kaufmann and T. Schaub},
booktitle = {Proceedings of the Sixth International Conference on
Integration of AI and OR Techniques in Constraint
Programming for Combinatorial Optimization Problems
(CPAIOR'09)},
editor = {W. {van Hoeve} and J. Hooker},
pages = {71-86},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Solution Enumeration for Projected {B}oolean Search
Problems},
volume = {5547},
year = {2009},
}
@inproceedings{gekanesc07c,
author = {M. Gebser and B. Kaufmann and A. Neumann and
T. Schaub},
booktitle = {Proceedings of the Ninth International Conference on
Logic Programming and Nonmonotonic Reasoning
(LPNMR'07)},
editor = {C. Baral and G. Brewka and J. Schlipf},
pages = {136-148},
publisher = {Springer-Verlag},
series = {Lecture Notes in Artificial Intelligence},
title = {Conflict-Driven Answer Set Enumeration},
volume = {4483},
year = {2007},
}
@article{gekasc12b,
author = {M. Gebser and B. Kaufmann and T. Schaub},
journal = {Theory and Practice of Logic Programming},
number = {4-5},
pages = {525-545},
title = {Multi-threaded {ASP} Solving with clasp},
volume = {12},
year = {2012},
}
@inproceedings{gekakasc11c,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
T. Schaub},
booktitle = {Technical Communications of the Twenty-seventh
International Conference on Logic Programming
(ICLP'11)},
editor = {J. Gallagher and M. Gelfond},
pages = {1-10},
publisher = {Leibniz International Proceedings in Informatics
(LIPIcs)},
title = {Multi-Criteria Optimization in Answer Set
Programming},
volume = {11},
year = {2011},
}
@inproceedings{ankamasc12a,
author = {B. Andres and B. Kaufmann and O. Matheis and
T. Schaub},
booktitle = {Technical Communications of the Twenty-eighth
International Conference on Logic Programming
(ICLP'12)},
editor = {A. Dovier and V. {Santos Costa}},
pages = {212-221},
publisher = {Leibniz International Proceedings in Informatics
(LIPIcs)},
title = {Unsatisfiability-based optimization in clasp},
volume = {17},
year = {2012},
}
@inproceedings{golnov02a,
author = {E. Goldberg and Y. Novikov},
booktitle = {Proceedings of the Fifth Conference on Design,
Automation and Test in Europe (DATE'02)},
pages = {142-149},
publisher = {IEEE Computer Society Press},
title = {{BerkMin}: A Fast and Robust {SAT} Solver},
year = {2002},
}
@mastersthesis{ryan04a,
author = {L. Ryan},
school = {Simon Fraser University},
title = {Efficient Algorithms for Clause-Learning {SAT}
Solvers},
year = {2004},
}
@inproceedings{momazhzhma01a,
author = {M. Moskewicz and C. Madigan and Y. Zhao and L. Zhang and
S. Malik},
booktitle = {Proceedings of the Thirty-eighth Conference on Design
Automation (DAC'01)},
pages = {530-535},
publisher = {ACM Press},
title = {Chaff: Engineering an Efficient {SAT} Solver},
year = {2001},
}
@inproceedings{pipdar07a,
author = {K. Pipatsrisawat and A. Darwiche},
booktitle = {Proceedings of the Tenth International Conference on
Theory and Applications of Satisfiability Testing
(SAT'07)},
editor = {J. Marques-Silva and K. Sakallah},
pages = {294-299},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {A Lightweight Component Caching Scheme for
Satisfiability Solvers},
volume = {4501},
year = {2007},
}
@inproceedings{eensor03a,
author = {N. E{\'e}n and N. Sörensson},
booktitle = {Proceedings of the Sixth International Conference on
Theory and Applications of Satisfiability Testing
(SAT'03)},
editor = {E. Giunchiglia and A. Tacchella},
pages = {502-518},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {An Extensible {SAT}-solver},
volume = {2919},
year = {2004},
}
@article{lusizu93a,
author = {M. Luby and A. Sinclair and D. Zuckerman},
journal = {Information Processing Letters},
number = {4},
pages = {173-180},
title = {Optimal speedup of {L}as {V}egas algorithms},
volume = {47},
year = {1993},
}
@inproceedings{audsim09b,
author = {G. Audemard and L. Simon},
booktitle = {{SAT} 2009 competitive events booklet: preliminary
version},
editor = {D. {Le Berre} and O. Roussel and L. Simon and
V. Manquinho and J. Argelich and C. Li and
F. Many{\`a} and J. Planes},
note = {Available at
\url{http://www.cril.univ-artois.fr/SAT09/solvers/booklet.pdf}},
pages = {7-8},
title = {{GLUCOSE}: A Solver That Predicts Learnt Clauses
Quality},
year = {2009},
}
@article{biere08a,
author = {A. Biere},
journal = {Journal on Satisfiability, Boolean Modeling and
Computation},
pages = {75-97},
title = {Pico{SAT} Essentials},
volume = {4},
year = {2008},
}
@inproceedings{gekanesc08a,
author = {M. Gebser and B. Kaufmann and A. Neumann and
T. Schaub},
booktitle = {Proceedings of the Eighteenth European Conference on
Artificial Intelligence (ECAI'08)},
editor = {M. Ghallab and C. Spyropoulos and N. Fakotakis and
N. Avouris},
pages = {15-19},
publisher = {IOS Press},
title = {Advanced Preprocessing for Answer Set Solving},
year = {2008},
}
@inproceedings{eenbie05a,
author = {N. E{\'e}n and A. Biere},
booktitle = {Proceedings of the Eighth International Conference on
Theory and Applications of Satisfiability Testing
(SAT'05)},
editor = {F. Bacchus and T. Walsh},
pages = {61-75},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Effective Preprocessing in {SAT} Through Variable and
Clause Elimination},
volume = {3569},
year = {2005},
}
@inproceedings{jabihe10a,
author = {M. Järvisalo and A. Biere and M. Heule},
booktitle = {Proceedings of the Sixteenth International Conference
on Tools and Algorithms for the Construction and
Analysis of Systems (TACAS'10)},
editor = {J. Esparza and R. Majumdar},
pages = {129-144},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Blocked Clause Elimination},
volume = {6015},
year = {2010},
}
@inproceedings{gekasc09b,
author = {M. Gebser and B. Kaufmann and T. Schaub},
booktitle = {Proceedings of the Tenth International Conference on
Logic Programming and Nonmonotonic Reasoning
(LPNMR'09)},
editor = {E. Erdem and F. Lin and T. Schaub},
pages = {509-514},
publisher = {Springer-Verlag},
series = {Lecture Notes in Artificial Intelligence},
title = {The Conflict-Driven Answer Set Solver clasp: Progress
Report},
volume = {5753},
year = {2009},
}
@inproceedings{gekaotroscwa13a,
author = {M. Gebser and B. Kaufmann and R. Otero and J. Romero and
T. Schaub and P. Wanko},
booktitle = {Proceedings of the Twenty-Seventh National Conference
on Artificial Intelligence (AAAI'13)},
editor = {M. {desJardins} and M. Littman},
pages = {350-356},
publisher = {AAAI Press},
title = {Domain-specific Heuristics in Answer Set Programming},
year = {2013},
}
@inproceedings{cacacale96a,
author = {T. Castell and C. Cayrol and M. Cayrol and
D. {Le Berre}},
booktitle = {Proceedings of the Twelfth European Conference on
Artificial Intelligence (ECAI'96)},
editor = {W. Wahlster},
pages = {350-354},
publisher = {John Wiley \& sons},
title = {Using the {D}avis and {P}utnam Procedure for an
Efficient Computation of Preferred Models},
year = {1996},
}
@article{rogima10a,
author = {E. {Di Rosa} and E. Giunchiglia and M. Maratea},
journal = {Constraints},
number = {4},
pages = {485-515},
title = {Solving satisfiability problems with preferences},
volume = {15},
year = {2010},
}
@misc{gekakasc11b,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
T. Schaub},
howpublished = {Available at
\url{http://www.cs.uni-potsdam.de/wv/publications/}},
note =
{http://www.cs.uni-potsdam.de/wv/pdfformat/gekakasc11b.pdf},
title = {Multi-Criteria Optimization in {ASP} and its
Application to {L}inux Package Configuration},
year = {2011},
}
@inproceedings{brderosc15a,
author = {G. Brewka and J. Delgrande and J. Romero and
T. Schaub},
booktitle = {Proceedings of the Twenty-Ninth National Conference
on Artificial Intelligence (AAAI'15)},
editor = {B. Bonet and S. Koenig},
pages = {1467-1474},
publisher = {AAAI Press},
title = {asprin: Customizing Answer Set Preferences without a
Headache},
year = {2015},
url = {http://www.aaai.org/ocs/index.php/AAAI/AAAI15/paper/view/
9535},
}
@inproceedings{brnitr03a,
author = {G. Brewka and I. Niemelä and M. Truszczy{\'n}ski},
booktitle = {Proceedings of the Eighteenth International Joint
Conference on Artificial Intelligence (IJCAI'03)},
editor = {G. Gottlob and T. Walsh},
pages = {867-872},
publisher = {Morgan Kaufmann Publishers},
title = {Answer Set Optimization},
year = {2003},
}
@incollection{giumar12a,
author = {E. Giunchiglia and M. Maratea},
booktitle = {Correct Reasoning: Essays on Logic-Based {AI} in
Honour of {V}ladimir {L}ifschitz},
editor = {E. Erdem and J. Lee and Y. Lierler and D. Pearce},
pages = {327-344},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Algorithms for Solving Satisfiability Problems with
Qualitative Preferences},
volume = {7265},
year = {2012},
}
@article{sonpon06a,
author = {T. Son and E. Pontelli},
journal = {Theory and Practice of Logic Programming},
number = {5},
pages = {559-608},
title = {Planning with Preferences using Logic Programming},
volume = {6},
year = {2006},
}
@incollection{apblwa87a,
author = {K. Apt and H. Blair and A. Walker},
booktitle = {Foundations of Deductive Databases and Logic
Programming},
chapter = {2},
editor = {J. Minker},
pages = {89-148},
publisher = {Morgan Kaufmann Publishers},
title = {Towards a Theory of Declarative Knowledge},
year = {1987},
}
@article{holisc14a,
author = {H. Hoos and M. Lindauer and T. Schaub},
journal = {Theory and Practice of Logic Programming},
number = {4-5},
pages = {569-585},
title = {claspfolio 2: Advances in Algorithm Selection for
Answer Set Programming},
volume = {14},
year = {2014},
}
@inproceedings{gejokaobsascsc13a,
author = {M. Gebser and H. Jost and R. Kaminski and
P. Obermeier and O. Sabuncu and T. Schaub and
M. Schneider},
booktitle = {Proceedings of the Twelfth International Conference
on Logic Programming and Nonmonotonic Reasoning
(LPNMR'13)},
editor = {P. Cabalar and T. Son},
pages = {348-360},
publisher = {Springer-Verlag},
series = {Lecture Notes in Artificial Intelligence},
title = {Ricochet Robots: A transverse {ASP} benchmark},
volume = {8148},
year = {2013},
}
@article{lihohusc15a,
author = {M. Lindauer and H. Hoos and F. Hutter and T. Schaub},
journal = {Journal of Artificial Intelligence Research},
pages = {745-778},
title = {{AutoFolio}: An Automatically Configured Algorithm
Selector},
volume = {53},
year = {2015},
}
@inproceedings{huhole11b,
author = {F. Hutter and H. Hoos and K. Leyton-Brown},
booktitle = {Proceedings of the Fifth International Conference on
Learning and Intelligent Optimization (LION'11)},
pages = {507-523},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Sequential Model-Based Optimization for General
Algorithm Configuration},
volume = {6683},
year = {2011},
}
@inproceedings{gekakasc14b,
author = {M. Gebser and R. Kaminski and B. Kaufmann and
T. Schaub},
booktitle = {Technical Communications of the Thirtieth
International Conference on Logic Programming
(ICLP'14)},
editor = {M. Leuschel and T. Schrijvers},
note = {Available at \url{http://arxiv.org/abs/1405.3694v1}},
series = {Theory and Practice of Logic Programming, Online
Supplement},
title = {\textit{Clingo} = {ASP} + Control: Preliminary
Report},
volume = {14(4-5)},
year = {2014},
annote = {USED v1 to indicate version one},
}
@inproceedings{geossc09a,
author = {M. Gebser and M. Ostrowski and T. Schaub},
booktitle = {Proceedings of the Twenty-fifth International
Conference on Logic Programming (ICLP'09)},
editor = {P. Hill and D. Warren},
pages = {235-249},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Constraint Answer Set Solving},
volume = {5649},
year = {2009},
}
@article{ostsch12a,
author = {M. Ostrowski and T. Schaub},
journal = {Theory and Practice of Logic Programming},
number = {4-5},
pages = {485-503},
title = {{ASP} modulo {CSP}: The clingcon system},
volume = {12},
year = {2012},
}
@article{bobrdohopo04a,
author = {C. Boutilier and R.I. Brafman and C. Domshlak and H. H. Hoos and D. Poole},
journal = {Journal of Artificial Intelligence Research},
pages = {135-191},
title = {{CP}-nets: A Tool for Representing and Reasoning with Conditional Ceteris Paribus Preference Statements},
volume = {21},
year = {2004},
}
@misc{aspcore2,
author = {F. Calimeri and W. Faber and M. Gebser and G. Ianni and
R. Kaminski and T. Krennwallner and N. Leone and
F. Ricca and T. Schaub},
howpublished = {Available at
\url{https://www.mat.unical.it/aspcomp2013/ASPStandardization}},
title = {{ASP-Core-2}: Input language format},
year = {2012},
}
@proceedings{iclp08,
booktitle = {Proceedings of the Twenty-fourth International
Conference on Logic Programming (ICLP'08)},
editor = {M. {Garcia de la Banda} and E. Pontelli},
publisher = {Springer-Verlag},
series = {Lecture Notes in Computer Science},
title = {Proceedings of the Twenty-fourth International
Conference on Logic Programming (ICLP'08)},
volume = {5366},
year = {2008},
}
@proceedings{lpnmr07,
booktitle = {Proceedings of the Ninth International Conference on
Logic Programming and Nonmonotonic Reasoning
(LPNMR'07)},
editor = {C. Baral and G. Brewka and J. Schlipf},
publisher = {Springer-Verlag},
series = {Lecture Notes in Artificial Intelligence},
title = {Proceedings of the Ninth International Conference on
Logic Programming and Nonmonotonic Reasoning
(LPNMR'07)},
volume = {4483},
year = {2007},
}
@proceedings{iclp-lipics12,
booktitle = {Technical Communications of the Twenty-eighth
International Conference on Logic Programming
(ICLP'12)},
editor = {A. Dovier and V. {Santos Costa}},
publisher = {Leibniz International Proceedings in Informatics
(LIPIcs)},
title = {Technical Communications of the Twenty-eighth
International Conference on Logic Programming
(ICLP'12)},
volume = {17},
year = {2012},
}
@proceedings{satbooklet09,
booktitle = {{SAT} 2009 competitive events booklet: preliminary
version},
editor = {D. {Le Berre} and O. Roussel and L. Simon and
V. Manquinho and J. Argelich and C. Li and
F. Many{\`a} and J. Planes},
note = {Available at
\url{http://www.cril.univ-artois.fr/SAT09/solvers/booklet.pdf}},
title = {{SAT} 2009 competitive events booklet: preliminary
version},
year = {2009},
}
@proceedings{ijcai03,
booktitle = {Proceedings of the Eighteenth International Joint
Conference on Artificial Intelligence (IJCAI'03)},
editor = {G. Gottlob and T. Walsh},
publisher = {Morgan Kaufmann Publishers},
title = {Proceedings of the Eighteenth International Joint
Conference on Artificial Intelligence (IJCAI'03)},
year = {2003},
}