File:SatComplexity.pdf
Summary
| Description |
English: Exponential complexity of SAT solving vs
|
| Date | |
| Source | Own work |
| Author | Jochen Burghardt |
| Other versions | File:SatComplexity.pdf * File:SatComplexity svg.svg |
Gnuplot source code |
|---|
set xrange [1979:2025]
set yrange [1.05:1.65]
set encoding iso_8859_1
set xtics 5 font "Sans Serif,15"
set ytics 1.05, 0.05, 1.70 font "Sans Serif,15"
set mxtics 5
set mytics 5
set format y "%4.2f"
set xlabel "Year" font "Sans Serif,15"
set ylabel "Base" font "Sans Serif,15"
set grid
set title "Exponential complexity of SAT solving vs ..." offset 65,0
set key top right
# variable count, for 3-SAT:
$dataN <<EOFn
#1985 2
1985 1.6181 "Monien, Speckenmeyer " ""
1992 1.6181
1992 1.579 "Schiermeyer " ""
1999 1.579
1999 1.505 "" " Kullmann"
2002 1.505
2002 1.5 "Dantsin, Goerdt, Hirsch, Kannan, ... " ""
#2002 1.5 "" " Dantsin, Goerdt, Hirsch, Kannan, Kleinberg, Papadimitriou, Raghavan, Schöning"
2004 1.5
2004 1.473 "" " Brüggemann, Kern"
2008 1.473
2008 1.465 "" " Scheder"
2011 1.465
2011 1.33334 "" " Moser, Scheder"
2013 1.33334
2013 1.3303 "" " Makino, Tamaki, Yamamoto"
2018 1.3303
2018 1.3279 "" " Liu"
2026 1.3279
EOFn
# clause count:
$dataM <<EOFm
#1980 2
1980 1.2599210499 "" " Monien, Speckenmeyer"
#1980 1.2599210499 "" " Monien, Speckenmeyer, Vornberger"
1998 1.2599210499
1998 1.2388 "" " Hirsch"
2005 1.2388
2005 1.234 "" " Yamamoto"
2021 1.234
2021 1.2226 "" " Chu, Xiao, ..."
#2021 1.2226 "" " Chu, Xiao, Zhang"
2026 1.2226
EOFm
# formula length:
$dataL <<EOFl
#1988 2
1988 1.0927 "" " Van Gelder"
1997 1.0927
1997 1.0800597389 "" " Kullmann, Luckhardt"
1998 1.0800597389
1998 1.07577 "" " Hirsch"
2000 1.07577
2000 1.074 "" " Hirsch"
2005 1.074
2005 1.0663 "" " Wahlström"
2009 1.0663
2009 1.0652 "" " Chen, Liu"
2022 1.0652
2022 1.0638 "" " Peng, Xiao"
2026 1.0638
EOFl
plot $dataN using 1:2 title '... variable count (3-SAT only)' with linespoints lc 6 lw 3 pt 7
replot $dataN using 1:2:4 title '' with labels rotate by 60 left font "Sans Serif,15" tc rgbcolor 0x0072b2
replot $dataN using 1:2:3 title '' with labels rotate by 60 right font "Sans Serif,15" tc rgbcolor 0x0072b2
replot $dataM using 1:2 title '... clause count' with linespoints lc 7 lw 3 pt 7
replot $dataM using 1:2:4 title '' with labels rotate by 60 left font "Sans Serif,15" tc rgbcolor 0xe51e10
replot $dataM using 1:2:3 title '' with labels rotate by 60 right font "Sans Serif,15" tc rgbcolor 0xe51e10
replot $dataL using 1:2 title '... formula length' with linespoints lc 2 lw 3 pt 7
replot $dataL using 1:2:4 title '' with labels rotate by 60 left font "Sans Serif,15" tc rgbcolor 0x009e73
replot $dataL using 1:2:3 title '' with labels rotate by 60 right font "Sans Serif,15" tc rgbcolor 0x009e73
pause -1
|
Cited papers |
|---|
|
Variable count
Clause count
Formula length
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
| The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|