From 500914728d49c6d12ad6c5b9ef4d8b6260f17a57 Mon Sep 17 00:00:00 2001 From: sp Date: Fri, 19 Apr 2024 17:06:38 +0200 Subject: [PATCH] compile predlogic chapter --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index bc3c5f4..699a331 100755 --- a/compile +++ b/compile @@ -104,7 +104,7 @@ compile_wrapper() { compile_chapter() { #for chapter in smtzthree proplogic satsolver ndpred predlogic ndpred smt bdd eqchecking symbenc temporal - for chapter in smtzthree eqchecking + for chapter in predlogic do set_chapter "\\chapter${chapter}true" compile_wrapper "$chapter" "$@"