From 087b86f154cc2e859b72cd53a7d3e03262e36647 Mon Sep 17 00:00:00 2001 From: sp Date: Tue, 18 Jun 2024 08:52:53 +0200 Subject: [PATCH] compile temporal --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index 2ad89c9..8be110c 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 decidability + for chapter in temporal do set_chapter "\\chapter${chapter}true" compile_wrapper "$chapter" "$@"