Topic Cardinality Resolution in Unsatisfiability Proofs: Unterschied zwischen den Versionen

Aus International Center for Computational Logic
Wechseln zu:Navigation, Suche
Tobias Philipp (Diskussion | Beiträge)
(Die Seite wurde neu angelegt: „{{Abschlussarbeit |Titel DE=Verifizierte SAT-basierte Entscheidungsprozeduren |Titel EN=Verified SAT-based Decision Procedures |Abschlussarbeitstyp=Bachelor, M…“)
 
Tobias Philipp (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{{Abschlussarbeit
{{Abschlussarbeit
|Titel DE=Verifizierte SAT-basierte Entscheidungsprozeduren
|Titel DE=Kardinalitätsresolution in Beweisen zur Unerfüllbarkeit
|Titel EN=Verified SAT-based Decision Procedures
|Titel EN=Cardinality Resolution in Unsatisfiability Proofs
|Abschlussarbeitstyp=Bachelor, Master, Diplom, Studienarbeit
|Abschlussarbeitstyp=Bachelor, Master, Diplom, Studienarbeit
|Betreuer=Tobias Philipp
|Betreuer=Tobias Philipp

Version vom 12. Oktober 2015, 16:22 Uhr

Toggle side column

Kardinalitätsresolution in Beweisen zur Unerfüllbarkeit

Verfügbar als Thema einer Bachelorarbeit, Masterarbeit, Diplomarbeit, Studienarbeit
The satisfiability problem (SAT) is one of the most prominent problems in theoretical computer science and has many applications in software verification, planning, bioinformatics or scheduling. Satisfiability solvers have become more complex in recent years due to inprocessing techniques and parallel computing. This raises the question whether the results of these solvers can be trusted. To gain confidence in the correctness of the results, SAT solvers can emit unsatisfiability proofs that can be validated using a checker.

Likewise, SAT solvers can detect cardinality constraints in the input formula, and perform specific reasoning procedures such as cardinality resolution. Such additional reasoning procedures significantly improve the efficiency of SAT solvers in certain domains. However, it is an open question how how one can construct unsatisfiability proofs in the DRAT proof format when the solver performs cardinality resolution