summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-06-03 14:51:16 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-06-03 14:51:16 -0700
commitd8c82a8431b10de05ce5921d98fa7ec60ecf5df0 (patch)
treedcebb9ba5964e11060e0659657844db1683bed5d /README
dump of labs
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9708900
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Labs I've written for classes
+
+ - sat-chaff: implement a basic DPLL SAT solver, profile it, then optimize
+ it with the watched literals trick from Chaff
+
+ - smt-symex: implement a bitblasting QF_ABV SMT solver and use it to build
+ a symbolic execution engine (builds on sat-chaff)
+
+ - static-analysis: implement a mini static analysis pass that finds some
+ bugs in the Linux kernel
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback