From f8d247c53c3c3bd94fed645b5b47a9096cadc123 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Oct 2024 14:30:39 +0200 Subject: Removed "options" from solver selection Now the solver name fully determines the solver (and options) to be used. For example, now one must specify "h48h0k4" as the name of the solver. This PR also fixes a couple of things in tools. --- tools/tool.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/tool.sh') diff --git a/tools/tool.sh b/tools/tool.sh index 23d781d..aea203f 100755 --- a/tools/tool.sh +++ b/tools/tool.sh @@ -29,15 +29,12 @@ date +'%Y-%m-%d %H:%M' echo "" echo "======== config.mk ========" cat config.mk -echo "===========================" echo "" echo "=== tool configuration ====" echo "TOOL=$toolname" echo "TOOLARGS=$TOOLARGS" echo "CC=$CC" -echo "===========================" echo "" echo "======= tool output =======" $BIN $TOOLARGS -echo "===========================" ) | tee "$file" "$LAST" -- cgit v1.3