From 7ab27b8c5847d7c6c0d43246be71ae55df293e3c Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Wed, 30 Nov 2022 17:48:51 +0100 Subject: [PATCH] New blog post: Z3 puzzle solving --- index.html | 4 + logelei_off_by_one_sums.py | 214 +++++++++++++++++++ raspberry-pi-temperature-monitoring.html | 1 + sample-puzzle.png | Bin 0 -> 31412 bytes sample-puzzle.xcf | Bin 0 -> 42134 bytes z3-logic-puzzle-solving.html | 261 +++++++++++++++++++++++ 6 files changed, 480 insertions(+) create mode 100644 logelei_off_by_one_sums.py create mode 100644 sample-puzzle.png create mode 100644 sample-puzzle.xcf create mode 100644 z3-logic-puzzle-solving.html diff --git a/index.html b/index.html index d015ba2..9aa420e 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,10 @@

FliegendeWurst's corner of the WWW

+Interesting tidbits: + +Solving a logic puzzle using an SMT solver + Check out my projects: