summaryrefslogtreecommitdiffstats
path: root/content/zettel/3c3l.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3c3l.md')
-rw-r--r--content/zettel/3c3l.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/zettel/3c3l.md b/content/zettel/3c3l.md
new file mode 100644
index 0000000..817dc09
--- /dev/null
+++ b/content/zettel/3c3l.md
@@ -0,0 +1,17 @@
++++
+title = "Verifying the decidability of SAT"
+date = "2023-04-28"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3c3k"]
+forwardlinks = ["3c3m", "3c3l1"]
+zettelid = "3c3l"
++++
+
+One proof that is necessary for the current scheduling proof development
+is the proof that SAT is decidable, meaning a proof that the algorithm
+terminates in a definite answer. This allows for various simplifications
+in the proof itself, such as being able to define an equivalence
+relation around semantic equivalence of formulas. These can then
+drastically simplify the proofs themselves.