From 417a7dc29bd11d174c66415eade3308ce2e33b31 Mon Sep 17 00:00:00 2001 From: sp Date: Fri, 14 Jun 2024 13:50:05 +0200 Subject: [PATCH] compile smt --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index e9af851..ce9165e 100755 --- a/compile +++ b/compile @@ -102,7 +102,7 @@ compile_wrapper() { compile_chapter() { #for chapter in smtzthree proplogic satsolver ndpred predlogic ndprop smt bdd eqchecking symbenc temporal decidability - for chapter in ndprop + for chapter in smt do set_chapter "\\chapter${chapter}true" compile_wrapper "$chapter" "$@"