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