SAT Solvers
See:
- Verilog
Sat competition
Minisat glucose kissat
https://github.com/imandra-ai/minisat-ml?tab=readme-ov-file minisat-ml ocaml.
BDD
https://www.cs.cmu.edu/~bryant/pubdir/fmcad22.pdf tbuddy a proof generating sat solver buddy cudd
zdd
pgbdd https://github.com/rebryant/pgbdd pgpbs https://github.com/rebryant/pgpbs-artifact
https://arxiv.org/abs/2211.06818 CFLOBDDs: Context-Free-Language Ordered Binary Decision Diagrams
See also berkely abc. AIG and inverter graphs. (RO)BDD are canonical. AIG aren’t
Encoding
At most one constraints (AMO) Quadratic encoding. not x1 \/ not x2 \/ x3 /\ the other combos logarithmic encoding. y is bitvector of which one is selected. heule encoding
Graph constraints
Tseitsin - encode subformulas into a variable
Adders
pysat encoding into sat http://www.cs.cmu.edu/~15414/s21/lectures/13-sat-encodings.pdf
Preprocessing
aiger
preprcoessing in sat, maxsat, qbf
CDCL
Parallel SAT
Scalable SAT in the cloud Mallob 2022 HordeSat: A Massively Parallel Portfolio SAT Solver 2015 Cube and Conquer
Stochastic local search solvers
Simple and sometimes good. DDFW Some examples: http://ubcsat.dtompkins.com/ http://fmv.jku.at/yalsat/ https://github.com/adrianopolus/probSAT matrix multiplication, problems with high symettry, graph coloring, pythoagorean triple problem
Seems very reasonable for max sat too?
Beyond NP
https://simons.berkeley.edu/workshops/beyond-satisfiability
Model Counting
https://github.com/crillab/d4 https://github.com/rebryant/cpog CPOG Knowledge Compiler Certifier
beyond np https://beyondnp.org/ hmm. This website is dead?
knowledge compilation
https://en.wikipedia.org/wiki/Knowledge_compilation
QBF
https://simons.berkeley.edu/talks/quantified-boolean-formulas
Maxsat
https://maxsat-evaluations.github.io/ https://github.com/FlorentAvellaneda/EvalMaxSAT Combining Clause Learning and Branch and Bound for MaxSAT maxcdcl
https://github.com/forge-lab/upmax
Misc
Quadrangulation using a SAT solver satsort I’m not sure what this is
AWS automated reasoning frontier mallob-mono Good sat solver enabled “Seshia” tehcnique for smt? https://github.com/awslabs/rust-smt-ir bounds integers and turns to bitvectors + ackermannization
beyond SAT quantified boolean. Combining SAT and comuter aogebra model counting
Soos proof traces for sat solvers FRAT
similiarty metric between solutions model-core in cvc5
gimsatul another armin biere experiment. parallel?
https://twitter.com/ArminBiere/status/1556292768607207425?s=20&t=yqv3psiW3ByDbnVTBLr_GA Kissat is domainting. The parallel and cloud solvers have really interesting things going on. mallob-ki. parkissat-rs is parallel winner
creusat https://github.com/sarsko/CreuSAT