SAT-Solving

APA

(2021). SAT-Solving. The Simons Institute for the Theory of Computing. https://simons.berkeley.edu/talks/sat-solving

MLA

SAT-Solving. The Simons Institute for the Theory of Computing, Feb. 02, 2021, https://simons.berkeley.edu/talks/sat-solving

BibTex

          @misc{ scivideos_16966,
            doi = {},
            url = {https://simons.berkeley.edu/talks/sat-solving},
            author = {},
            keywords = {},
            language = {en},
            title = {SAT-Solving},
            publisher = {The Simons Institute for the Theory of Computing},
            year = {2021},
            month = {feb},
            note = {16966 see, \url{https://scivideos.org/Simons-Institute/16966}}
          }
          
Armin Biere (Johannes Kepler University)
Source Repository Simons Institute

Abstract

This tutorial focuses on explaining the most important aspects of the search loop in modern SAT solvers. It is an online BBC talk, i.e., black board and code, switching between a virtual black board to explain details and reviewing and using code in an interleaved manner. The code part features the new SAT Satch developed from scratch for this particular occasion. It is now available at  https://github.com/arminbiere/satch. We start with an introduction on encoding problems into conjunctive normal form, the input format of SAT solvers, and then delve into search based complete algorithms for SAT solving, from DPLL to CDCL and all its modern concepts, including the implication graph, decision heuristics (VSIDS and VMTF), restarts, as well as clause data base reduction, and then end with a closer look at clause and watching data structures and how they are updated during boolean constraint propagation.