-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathreferences.bib
More file actions
1709 lines (1543 loc) · 49.8 KB
/
references.bib
File metadata and controls
1709 lines (1543 loc) · 49.8 KB
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{bouchez2006,
author = {Florent Bouchez and Alain Darte and Christophe Guillon and Fabrice Rastello},
title = {Register Allocation: What Does the {NP}-Completeness Proof of {Chaitin} et al. Really Prove?},
booktitle = {Languages and Compilers for Parallel Computing (LCPC)},
series = {LNCS},
volume = {4382},
pages = {283--298},
year = {2006},
publisher = {Springer},
doi = {10.1007/978-3-540-72521-3_21}
}
@inproceedings{ahoJohnsonUllman1977,
author = {Alfred V. Aho and Steven C. Johnson and Jeffrey D. Ullman},
title = {Code Generation for Machines with Multiregister Operations},
booktitle = {Proceedings of the 4th ACM SIGACT-SIGPLAN Symposium on Principles of Programming Languages},
pages = {21--28},
year = {1977},
publisher = {ACM},
doi = {10.1145/512950.512953}
}
@article{brunoSethi1976,
author = {John Bruno and Ravi Sethi},
title = {Code Generation for a One-Register Machine},
journal = {Journal of the ACM},
volume = {23},
number = {3},
pages = {502--510},
year = {1976},
doi = {10.1145/321958.321974}
}
@article{sethi1975,
author = {Ravi Sethi},
title = {Complete Register Allocation Problems},
journal = {SIAM Journal on Computing},
volume = {4},
number = {3},
pages = {226--248},
year = {1975},
doi = {10.1137/0204020}
}
@article{sethiUllman1970,
author = {Ravi Sethi and Jeffrey D. Ullman},
title = {The Generation of Optimal Code for Arithmetic Expressions},
journal = {Journal of the ACM},
volume = {17},
number = {4},
pages = {715--728},
year = {1970},
doi = {10.1145/321607.321620}
}
@phdthesis{kessler1998,
author = {Christoph W. Kessler},
title = {Scheduling Expression {DAG}s for Minimal Register Need},
school = {Universit{\"a}t des Saarlandes},
year = {1998}
}
@inproceedings{wagner1975,
author = {Robert A. Wagner},
title = {On the Complexity of the Extended String-to-String Correction Problem},
booktitle = {Proceedings of the 7th Annual ACM Symposium on Theory of Computing (STOC)},
pages = {218--223},
year = {1975},
doi = {10.1145/800116.803771}
}
@article{wagner1974,
author = {Robert A. Wagner and Michael J. Fischer},
title = {The String-to-String Correction Problem},
journal = {Journal of the ACM},
volume = {21},
number = {1},
pages = {168--173},
year = {1974},
doi = {10.1145/321796.321811}
}
@article{juttner2018,
author = {Alpár Jüttner and Péter Madarasi},
title = {VF2++ — An improved subgraph isomorphism algorithm},
journal = {Discrete Applied Mathematics},
volume = {242},
pages = {69--81},
year = {2018},
doi = {10.1016/j.dam.2018.02.018}
}
@article{moore1968,
author = {J. Michael Moore},
title = {An $n$ Job, One Machine Sequencing Algorithm for Minimizing the Number of Late Jobs},
journal = {Management Science},
volume = {15},
number = {1},
pages = {102--109},
year = {1968},
doi = {10.1287/mnsc.15.1.102}
}
@article{lawler1978,
author = {Eugene L. Lawler},
title = {Sequencing Jobs to Minimize Total Weighted Completion Time Subject to Precedence Constraints},
journal = {Annals of Discrete Mathematics},
volume = {2},
pages = {75--90},
year = {1978},
doi = {10.1016/S0167-5060(08)70356-7}
}
@article{smith1956,
author = {W. E. Smith},
title = {Various Optimizers for Single-Stage Production},
journal = {Naval Research Logistics Quarterly},
volume = {3},
number = {1--2},
pages = {59--66},
year = {1956},
doi = {10.1002/nav.3800030106}
}
@article{johnson1954,
author = {Selmer M. Johnson},
title = {Optimal two- and three-stage production schedules with setup times included},
journal = {Naval Research Logistics Quarterly},
volume = {1},
number = {1},
pages = {61--68},
year = {1954},
doi = {10.1002/nav.3800010110}
}
@article{shang2018,
author = {Lei Shang and Chao Wan and Jianan Wang},
title = {An exact algorithm for the three-machine flow shop problem},
journal = {Computers \& Operations Research},
volume = {91},
pages = {79--89},
year = {2018},
doi = {10.1016/j.cor.2017.10.015}
}
@article{bartholdi1980,
author = {John J. Bartholdi and James B. Orlin and H. Donald Ratliff},
title = {Cyclic Scheduling via Integer Programs with Circular Ones},
journal = {Operations Research},
volume = {28},
number = {5},
pages = {1074--1085},
year = {1980},
doi = {10.1287/opre.28.5.1074}
}
@article{brucker1977,
author = {Peter Brucker and Jan Karel Lenstra and Alexander H. G. Rinnooy Kan},
title = {Complexity of Machine Scheduling Problems},
journal = {Annals of Discrete Mathematics},
volume = {1},
pages = {343--362},
year = {1977},
doi = {10.1016/S0167-5060(08)70743-X}
}
@incollection{brucker1978clustering,
author = {Peter Brucker},
title = {On the Complexity of Clustering Problems},
booktitle = {Optimization and Operations Research},
series = {Lecture Notes in Economics and Mathematical Systems},
volume = {157},
pages = {45--54},
publisher = {Springer},
year = {1978}
}
@article{lawler1977,
author = {Eugene L. Lawler},
title = {A pseudopolynomial algorithm for sequencing jobs to minimize total tardiness},
journal = {Annals of Discrete Mathematics},
volume = {1},
pages = {331--342},
year = {1977},
doi = {10.1016/S0167-5060(08)70742-8}
}
@article{potts1985,
author = {Chris N. Potts and Luk N. Van Wassenhove},
title = {A Branch and Bound Algorithm for the Total Weighted Tardiness Problem},
journal = {Operations Research},
volume = {33},
number = {2},
pages = {363--377},
year = {1985},
doi = {10.1287/opre.33.2.363}
}
@article{tanaka2009,
author = {Shunji Tanaka and Shuji Fujikuma and Mituhiko Araki},
title = {An exact algorithm for single-machine scheduling without machine idle time},
journal = {Journal of Scheduling},
volume = {12},
number = {6},
pages = {575--593},
year = {2009},
doi = {10.1007/s10951-008-0093-5}
}
@inproceedings{karp1972,
author = {Richard M. Karp},
title = {Reducibility among Combinatorial Problems},
booktitle = {Complexity of Computer Computations},
publisher = {Plenum Press},
year = {1972},
pages = {85--103}
}
@article{lagarias1985,
author = {Jeffrey C. Lagarias and Andrew M. Odlyzko},
title = {Solving Low-Density Subset Sum Problems},
journal = {Journal of the ACM},
volume = {32},
number = {1},
pages = {229--246},
year = {1985},
doi = {10.1145/2455.2461}
}
@article{coster1992,
author = {Matthijs J. Coster and Antoine Joux and Brian A. LaMacchia and Andrew M. Odlyzko and Claus-Peter Schnorr and Jacques Stern},
title = {Improved Low-Density Subset Sum Algorithms},
journal = {Computational Complexity},
volume = {2},
number = {2},
pages = {111--128},
year = {1992},
doi = {10.1007/BF01201999}
}
@inproceedings{cook1971,
author = {Stephen A. Cook},
title = {The Complexity of Theorem-Proving Procedures},
booktitle = {Proceedings of the Third Annual ACM Symposium on Theory of Computing},
year = {1971},
pages = {151--158}
}
@book{garey1979,
author = {Michael R. Garey and David S. Johnson},
title = {Computers and Intractability: A Guide to the Theory of NP-Completeness},
publisher = {W. H. Freeman},
year = {1979}
}
@article{orlin1977,
author = {James B. Orlin},
title = {Contentment in Graph Theory: Covering Graphs with Cliques},
journal = {Indagationes Mathematicae (Proceedings)},
volume = {80},
number = {5},
pages = {406--424},
year = {1977},
doi = {10.1016/1385-7258(77)90055-5}
}
@article{kouStockmeyerWong1978,
author = {Lawrence T. Kou and Larry J. Stockmeyer and C. K. Wong},
title = {Covering Edges by Cliques with Regard to Keyword Conflicts and Intersection Graphs},
journal = {Communications of the ACM},
volume = {21},
number = {2},
pages = {135--139},
year = {1978},
doi = {10.1145/359340.359346}
}
@article{galilMegiddo1977,
author = {Zvi Galil and Nimrod Megiddo},
title = {Cyclic Ordering is NP-Complete},
journal = {Theoretical Computer Science},
volume = {5},
number = {2},
pages = {179--182},
year = {1977},
doi = {10.1016/0304-3975(77)90005-1}
}
@article{florianLenstraRinnooyKan1980,
author = {M. Florian and J. K. Lenstra and A. H. G. Rinnooy Kan},
title = {Deterministic Production Planning: Algorithms and Complexity},
journal = {Management Science},
volume = {26},
number = {7},
pages = {669--679},
year = {1980}
}
@article{busingstiller2011,
author = {Christina Büsing and Sebastian Stiller},
title = {Line planning, path constrained network flow and inapproximability},
journal = {Networks},
volume = {57},
number = {1},
pages = {106--113},
year = {2011},
doi = {10.1002/net.20386}
}
@article{kawarabayashiKobayashiReed2012,
author = {Ken-ichi Kawarabayashi and Yusuke Kobayashi and Bruce Reed},
title = {The disjoint paths problem in quadratic time},
journal = {Journal of Combinatorial Theory, Series B},
volume = {102},
number = {2},
pages = {424--435},
year = {2012},
doi = {10.1016/j.jctb.2011.07.004}
}
@article{robertsonSeymour1995,
author = {Neil Robertson and P. D. Seymour},
title = {Graph Minors. XIII. The Disjoint Paths Problem},
journal = {Journal of Combinatorial Theory, Series B},
volume = {63},
number = {1},
pages = {65--110},
year = {1995},
doi = {10.1006/jctb.1995.1006}
}
@inproceedings{vansicklechandy1977,
author = {Lawrence Van Sickle and K. Mani Chandy},
title = {Computational Complexity of Network Design Algorithms},
booktitle = {IFIP Congress 77},
pages = {235--239},
year = {1977}
}
@article{bruckerGareyJohnson1977,
author = {Peter Brucker and Michael R. Garey and David S. Johnson},
title = {Scheduling equal-length tasks under tree-like precedence constraints to minimize maximum lateness},
journal = {Mathematics of Operations Research},
volume = {2},
number = {3},
pages = {275--284},
year = {1977}
}
@article{eswarantarjan1976,
author = {K. P. Eswaran and Robert E. Tarjan},
title = {Augmentation Problems},
journal = {SIAM Journal on Computing},
volume = {5},
number = {4},
pages = {653--665},
year = {1976},
doi = {10.1137/0205044}
}
@article{hassin1992,
author = {Refael Hassin},
title = {Approximation Schemes for the Restricted Shortest Path Problem},
journal = {Mathematics of Operations Research},
volume = {17},
number = {1},
pages = {36--42},
year = {1992},
doi = {10.1287/moor.17.1.36}
}
@article{joksch1966,
author = {Hans C. Joksch},
title = {The Shortest Route Problem with Constraints},
journal = {Journal of Mathematical Analysis and Applications},
volume = {14},
number = {2},
pages = {191--197},
year = {1966},
doi = {10.1016/0022-247X(66)90002-6}
}
@article{lorenzraz2001,
author = {Daniel H. Lorenz and Danny Raz},
title = {A Simple Efficient Approximation Scheme for the Restricted Shortest Path Problem},
journal = {Operations Research Letters},
volume = {28},
number = {5},
pages = {213--219},
year = {2001},
doi = {10.1016/S0167-6377(01)00079-6}
}
@article{gareyJohnsonStockmeyer1976,
author = {Michael R. Garey and David S. Johnson and Larry Stockmeyer},
title = {Some Simplified {NP}-Complete Graph Problems},
journal = {Theoretical Computer Science},
volume = {1},
number = {3},
pages = {237--267},
year = {1976}
}
@inproceedings{gavril1977,
author = {F. Gavril},
title = {Some {NP}-Complete Problems on Graphs},
booktitle = {Proceedings of the 11th Conference on Information Sciences and Systems},
pages = {91--95},
year = {1977}
}
@article{evenItaiShamir1976,
author = {Shimon Even and Alon Itai and Adi Shamir},
title = {On the Complexity of Timetable and Multicommodity Flow Problems},
journal = {SIAM Journal on Computing},
volume = {5},
number = {4},
pages = {691--703},
year = {1976},
doi = {10.1137/0205048}
}
@article{itai1978,
author = {Alon Itai},
title = {Two-Commodity Flow},
journal = {Journal of the ACM},
volume = {25},
number = {4},
pages = {596--611},
year = {1978},
doi = {10.1137/0203021}
}
@article{jewell1962,
author = {William S. Jewell},
title = {Optimal Flow Through Networks with Gains},
journal = {Operations Research},
volume = {10},
number = {4},
pages = {476--499},
year = {1962},
doi = {10.1287/opre.10.4.476}
}
@article{sahni1974,
author = {Sartaj Sahni},
title = {Computationally Related Problems},
journal = {SIAM Journal on Computing},
volume = {3},
number = {4},
pages = {262--279},
year = {1974}
}
@article{abdelWahabKameda1978,
author = {H. M. Abdel-Wahab and T. Kameda},
title = {Scheduling to Minimize Maximum Cumulative Cost Subject to Series-Parallel Precedence Constraints},
journal = {Operations Research},
volume = {26},
number = {1},
pages = {141--158},
year = {1978},
doi = {10.1287/opre.26.1.141}
}
@article{monmaSidney1979,
author = {Clyde L. Monma and Jeffrey B. Sidney},
title = {Sequencing with Series-Parallel Precedence Constraints},
journal = {Mathematics of Operations Research},
volume = {4},
number = {3},
pages = {215--224},
year = {1979},
doi = {10.1287/moor.4.3.215}
}
@article{evenTarjan1976,
author = {Shimon Even and Robert Endre Tarjan},
title = {A Combinatorial Problem Which Is Complete in Polynomial Space},
journal = {Journal of the ACM},
volume = {23},
number = {4},
pages = {710--719},
year = {1976}
}
@article{brunoWeinberg1970,
author = {John Bruno and Louis Weinberg},
title = {A Constructive Graph-Theoretic Solution of the Shannon Switching Game},
journal = {IEEE Transactions on Circuit Theory},
volume = {17},
number = {1},
pages = {74--81},
year = {1970}
}
@article{glover2019,
author = {Fred Glover and Gary Kochenberger and Yu Du},
title = {Quantum Bridge Analytics {I}: a tutorial on formulating and using {QUBO} models},
journal = {4OR},
volume = {17},
pages = {335--371},
year = {2019},
doi = {10.1007/s10288-019-00424-y}
}
@article{lucas2014,
author = {Andrew Lucas},
title = {Ising formulations of many NP problems},
journal = {Frontiers in Physics},
volume = {2},
number = {5},
year = {2014}
}
@article{beeri1979,
author = {Catriel Beeri and Philip A. Bernstein},
title = {Computational Problems Related to the Design of Normal Form Relational Schemas},
journal = {ACM Transactions on Database Systems},
volume = {4},
number = {1},
pages = {30--59},
year = {1979},
doi = {10.1145/320064.320066}
}
@article{barahona1982,
author = {Francisco Barahona},
title = {On the computational complexity of Ising spin glass models},
journal = {Journal of Physics A: Mathematical and General},
volume = {15},
number = {10},
pages = {3241--3253},
year = {1982}
}
@article{edmonds1965,
author = {Jack Edmonds},
title = {Paths, Trees, and Flowers},
journal = {Canadian Journal of Mathematics},
volume = {17},
pages = {449--467},
year = {1965}
}
@article{whitfield2012,
author = {James D. Whitfield and Mauro Faccin and Jacob D. Biamonte},
title = {Ground-state spin logic},
journal = {EPL (Europhysics Letters)},
volume = {99},
number = {5},
pages = {57004},
year = {2012}
}
@article{nguyen2023,
author = {Minh-Thi Nguyen and Jin-Guo Liu and Jonathan Wurtz and Mikhail D. Lukin and Sheng-Tao Wang and Hannes Pichler},
title = {Quantum Optimization with Arbitrary Connectivity Using {R}ydberg Atom Arrays},
journal = {PRX Quantum},
volume = {4},
pages = {010316},
year = {2023},
doi = {10.1103/PRXQuantum.4.010316}
}
@article{xiao2017,
author = {Mingyu Xiao and Hiroshi Nagamochi},
title = {Exact Algorithms for Maximum Independent Set},
journal = {Information and Computation},
volume = {255},
pages = {126--146},
year = {2017},
doi = {10.1016/j.ic.2017.06.001}
}
@article{robson1986,
author = {J. M. Robson},
title = {Algorithms for Maximum Independent Sets},
journal = {Journal of Algorithms},
volume = {7},
number = {3},
pages = {425--440},
year = {1986},
doi = {10.1016/0196-6774(86)90032-5}
}
@article{robson2001,
author = {J. M. Robson},
title = {Finding a Maximum Independent Set in Time $O(2^{n/4})$},
year = {2001},
note = {Technical Report 1251-01, LaBRI, Université Bordeaux I}
}
@article{vanrooij2013,
author = {Johan M. M. van Rooij and Marcel van Kooten Niekerk and Hans L. Bodlaender},
title = {Partition Into Triangles on Bounded Degree Graphs},
journal = {Theory of Computing Systems},
volume = {52},
number = {4},
pages = {687--718},
year = {2013},
doi = {10.1007/s00224-012-9412-5}
}
@article{vanrooij2011,
author = {Johan M. M. van Rooij and Hans L. Bodlaender},
title = {Exact algorithms for dominating set},
journal = {Discrete Applied Mathematics},
volume = {159},
number = {17},
pages = {2147--2164},
year = {2011},
doi = {10.1016/j.dam.2011.07.001}
}
@article{williams2005,
author = {Ryan Williams},
title = {A new algorithm for optimal 2-constraint satisfaction and its implications},
journal = {Theoretical Computer Science},
volume = {348},
number = {2--3},
pages = {357--365},
year = {2005},
doi = {10.1016/j.tcs.2005.09.023}
}
@article{tomita2006,
author = {Etsuji Tomita and Akira Tanaka and Haruhisa Takahashi},
title = {The worst-case time complexity for generating all maximal cliques and computational experiments},
journal = {Theoretical Computer Science},
volume = {363},
number = {1},
pages = {28--42},
year = {2006},
doi = {10.1016/j.tcs.2006.06.015}
}
@article{heldkarp1962,
author = {Michael Held and Richard M. Karp},
title = {A Dynamic Programming Approach to Sequencing Problems},
journal = {Journal of the Society for Industrial and Applied Mathematics},
volume = {10},
number = {1},
pages = {196--210},
year = {1962},
doi = {10.1137/0110015}
}
@article{gilmore1964,
author = {P. C. Gilmore and R. E. Gomory},
title = {Sequencing a One State-Variable Machine: A Solvable Case of the Traveling Salesman Problem},
journal = {Operations Research},
volume = {12},
number = {5},
pages = {655--679},
year = {1964},
doi = {10.1287/opre.12.5.655}
}
@article{beigel2005,
author = {Richard Beigel and David Eppstein},
title = {3-Coloring in Time {$O(1.3289^n)$}},
journal = {Journal of Algorithms},
volume = {54},
number = {2},
pages = {168--204},
year = {2005},
doi = {10.1016/j.jalgor.2004.06.008}
}
@inproceedings{wu2024,
author = {Pu Wu and Huanyu Gu and Huiqin Jiang and Zehui Shao and Jin Xu},
title = {A Faster Algorithm for the 4-Coloring Problem},
booktitle = {European Symposium on Algorithms (ESA)},
series = {LIPIcs},
volume = {308},
pages = {103:1--103:16},
year = {2024},
doi = {10.4230/LIPIcs.ESA.2024.103}
}
@inproceedings{zamir2021,
author = {Or Zamir},
title = {Breaking the {$2^n$} Barrier for 5-Coloring and 6-Coloring},
booktitle = {International Colloquium on Automata, Languages, and Programming (ICALP)},
series = {LIPIcs},
volume = {198},
pages = {113:1--113:20},
year = {2021},
doi = {10.4230/LIPIcs.ICALP.2021.113}
}
@article{bjorklund2014,
author = {Andreas Bj\"{o}rklund},
title = {Determinant Sums for Undirected {H}amiltonicity},
journal = {SIAM Journal on Computing},
volume = {43},
number = {1},
pages = {280--299},
year = {2014},
doi = {10.1137/110839229}
}
@article{bjorklund2009,
author = {Andreas Bj\"{o}rklund and Thore Husfeldt and Mikko Koivisto},
title = {Set Partitioning via Inclusion-Exclusion},
journal = {SIAM Journal on Computing},
volume = {39},
number = {2},
pages = {546--563},
year = {2009},
doi = {10.1137/070683933}
}
@incollection{jarvisalo2012,
author = {Matti J\"{a}rvisalo and Petteri Kaski and Mikko Koivisto and Janne H. Korhonen},
title = {Finding Efficient Circuits for Ensemble Computation},
booktitle = {Theory and Applications of Satisfiability Testing -- SAT 2012},
series = {Lecture Notes in Computer Science},
volume = {7317},
pages = {369--382},
year = {2012},
publisher = {Springer},
doi = {10.1007/978-3-642-31612-8_28}
}
@article{aspvall1979,
author = {Bengt Aspvall and Michael F. Plass and Robert Endre Tarjan},
title = {A Linear-Time Algorithm for Testing the Truth of Certain Quantified Boolean Formulas},
journal = {Information Processing Letters},
volume = {8},
number = {3},
pages = {121--123},
year = {1979},
doi = {10.1016/0020-0190(79)90002-4}
}
@article{lichtenstein1982,
author = {David Lichtenstein},
title = {Planar Formulae and Their Uses},
journal = {SIAM Journal on Computing},
volume = {11},
number = {2},
pages = {329--343},
year = {1982},
doi = {10.1137/0211025}
}
@inproceedings{hansen2019,
author = {Thomas Dueholm Hansen and Haim Kaplan and Or Zamir and Uri Zwick},
title = {Faster $k$-{SAT} Algorithms Using Biased-{PPSZ}},
booktitle = {Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing (STOC)},
pages = {578--589},
year = {2019},
doi = {10.1145/3313276.3316359}
}
@phdthesis{dadush2012,
author = {Daniel Dadush},
title = {Integer Programming, Lattice Algorithms, and Deterministic Volume Estimation},
school = {Georgia Institute of Technology},
year = {2012}
}
@incollection{lenstra1993,
author = {Arjen K. Lenstra and Hendrik W. Lenstra and Mark S. Manasse and John M. Pollard},
title = {The Number Field Sieve},
booktitle = {The Development of the Number Field Sieve},
publisher = {Springer},
series = {Lecture Notes in Mathematics},
volume = {1554},
year = {1993},
doi = {10.1007/BFb0091539}
}
@inproceedings{impagliazzo2001,
author = {Russell Impagliazzo and Ramamohan Paturi and Francis Zane},
title = {Which Problems Have Strongly Exponential Complexity?},
booktitle = {Journal of Computer and System Sciences},
volume = {63},
number = {4},
pages = {512--530},
year = {2001},
doi = {10.1006/jcss.2001.1774}
}
@article{pan2025,
author = {Xi-Wei Pan and Huan-Hai Zhou and Yi-Ming Lu and Jin-Guo Liu},
title = {Encoding computationally hard problems in triangular {R}ydberg atom arrays},
journal = {arXiv preprint},
year = {2025},
eprint = {2510.25249},
archivePrefix = {arXiv}
}
@article{canale2023qubo,
author = {Eduardo Canale and Claudio Qureshi and Alfredo Viola},
title = {Qubo model for the Closest Vector Problem},
journal = {arXiv preprint},
year = {2023},
eprint = {2304.03616},
archivePrefix = {arXiv}
}
@article{goemans1995,
author = {Michel X. Goemans and David P. Williamson},
title = {Improved Approximation Algorithms for Maximum Cut and Satisfiability Problems Using Semidefinite Programming},
journal = {Journal of the ACM},
volume = {42},
number = {6},
pages = {1115--1145},
year = {1995},
doi = {10.1145/227683.227684}
}
@inproceedings{shor1994,
author = {Peter W. Shor},
title = {Algorithms for Quantum Computation: Discrete Logarithms and Factoring},
booktitle = {Proceedings of the 35th Annual Symposium on Foundations of Computer Science (FOCS)},
pages = {124--134},
year = {1994},
doi = {10.1109/SFCS.1994.365700}
}
@article{moonmoser1965,
author = {J. W. Moon and L. Moser},
title = {On cliques in graphs},
journal = {Israel Journal of Mathematics},
volume = {3},
number = {1},
pages = {23--28},
year = {1965},
doi = {10.1007/BF02760024}
}
@inproceedings{lenstra1983,
author = {Hendrik W. Lenstra},
title = {Integer Programming with a Fixed Number of Variables},
booktitle = {Mathematics of Operations Research},
volume = {8},
number = {4},
pages = {538--548},
year = {1983},
doi = {10.1287/moor.8.4.538}
}
@article{epping2004,
author = {Thomas Epping and Winfried Hochst\"{a}ttler and Peter Oertel},
title = {Complexity results on a paint shop problem},
journal = {Discrete Applied Mathematics},
volume = {136},
number = {2--3},
pages = {217--226},
year = {2004},
doi = {10.1016/S0166-218X(03)00442-6}
}
@techreport{vanemde1981,
author = {Peter van Emde Boas},
title = {Another NP-complete Problem and the Complexity of Computing Short Vectors in a Lattice},
institution = {Mathematisch Instituut, Universiteit van Amsterdam},
number = {81-04},
year = {1981}
}
@article{kannan1987,
author = {Ravi Kannan},
title = {Minkowski's Convex Body Theorem and Integer Programming},
journal = {Mathematics of Operations Research},
volume = {12},
number = {3},
pages = {415--440},
year = {1987},
doi = {10.1287/moor.12.3.415}
}
@inproceedings{micciancio2010,
author = {Daniele Micciancio and Panagiotis Voulgaris},
title = {A Deterministic Single Exponential Time Algorithm for Most Lattice Problems Based on {V}oronoi Cell Computations},
booktitle = {Proceedings of the 42nd ACM Symposium on Theory of Computing (STOC)},
pages = {351--358},
year = {2010},
doi = {10.1145/1806689.1806739}
}
@inproceedings{aggarwal2015,
author = {Divesh Aggarwal and Daniel Dadush and Noah Stephens-Davidowitz},
title = {Solving the Closest Vector Problem in $2^n$ Time -- The Discrete {G}aussian Strikes Again!},
booktitle = {Proceedings of the 56th IEEE Symposium on Foundations of Computer Science (FOCS)},
pages = {563--580},
year = {2015},
doi = {10.1109/FOCS.2015.41}
}
@inproceedings{razgon2007,
author = {Igor Razgon},
title = {Computing Minimum Directed Feedback Vertex Set in {$O^*(1.9977^n)$}},
booktitle = {Proceedings of the 10th Italian Conference on Theoretical Computer Science (ICTCS)},
pages = {70--81},
year = {2007}
}
@article{even1998,
author = {Guy Even and Joseph Naor and Baruch Schieber and Madhu Sudan},
title = {Approximating Minimum Feedback Sets and Multicuts in Directed Graphs},
journal = {Algorithmica},
volume = {20},
number = {2},
pages = {151--174},
year = {1998},
doi = {10.1007/PL00009191}
}
@article{shannon1956,
author = {Claude E. Shannon},
title = {The zero error capacity of a noisy channel},
journal = {IRE Transactions on Information Theory},
volume = {2},
number = {3},
pages = {8--19},
year = {1956},
doi = {10.1109/TIT.1956.1056798}
}
@article{alber2004,
author = {Jochen Alber and Jiří Fiala},
title = {Geometric separation and exact solutions for the parameterized independent set problem on disk graphs},
journal = {Journal of Algorithms},
volume = {52},
number = {2},
pages = {134--151},
year = {2004},
doi = {10.1016/j.jalgor.2003.10.001}
}
@article{dreyfuswagner1971,
author = {S. E. Dreyfus and R. A. Wagner},
title = {The Steiner Problem in Graphs},
journal = {Networks},
volume = {1},
number = {3},
pages = {195--207},
year = {1971},
doi = {10.1002/net.3230010302}
}
@article{byrka2013,
author = {Jarosław Byrka and Fabrizio Grandoni and Thomas Rothvoß and Laura Sanità},
title = {Steiner Tree Approximation via Iterative Randomized Rounding},
journal = {Journal of the ACM},
volume = {60},
number = {1},
pages = {1--33},
year = {2013},
doi = {10.1145/2432622.2432628}
}
@article{horowitz1974,
author = {Ellis Horowitz and Sartaj Sahni},
title = {Computing Partitions with Applications to the Knapsack Problem},
journal = {Journal of the ACM},
volume = {21},
number = {2},
pages = {277--292},
year = {1974},
doi = {10.1145/321812.321823}
}
@article{ibarra1975,
author = {Oscar H. Ibarra and Chul E. Kim},
title = {Fast Approximation Algorithms for the Knapsack and Sum of Subset Problems},
journal = {Journal of the ACM},
volume = {22},
number = {4},
pages = {463--468},
year = {1975},
doi = {10.1145/321906.321909}
}
@article{dahlhaus1994,
author = {Elias Dahlhaus and David S. Johnson and Christos H. Papadimitriou and Paul D. Seymour and Mihalis Yannakakis},
title = {The Complexity of Multiterminal Cuts},
journal = {SIAM Journal on Computing},
volume = {23},
number = {4},
pages = {864--894},
year = {1994},
doi = {10.1137/S0097539292225297}
}
@inproceedings{cao2013,
author = {Yixin Cao and Jianer Chen and Jianxin Wang},
title = {An Improved Fixed-Parameter Algorithm for the Minimum Weight Multiway Cut Problem},
booktitle = {Fundamentals of Computation Theory (FCT 2013)},
pages = {96--107},
year = {2013},
doi = {10.1007/978-3-642-40164-0_11}
}
@article{maier1978,