mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
add top-k fixed-sized min-heap priority queue for top scoring literals
This commit is contained in:
parent
65504953f7
commit
36fbee3a2d
5 changed files with 335 additions and 85 deletions
|
@ -21,11 +21,12 @@ for rel_path in "${REL_TEST_FILES[@]}"; do
|
|||
test_name="$rel_path"
|
||||
|
||||
echo "Running: $test_name"
|
||||
echo "===== $test_name =====" >> "$OUT_FILE"
|
||||
echo "===== $test_name =====" | tee -a "$OUT_FILE"
|
||||
|
||||
$Z3 "$full_path" $OPTIONS >> "$OUT_FILE" 2>&1
|
||||
# Run Z3 and pipe output to both screen and file
|
||||
$Z3 "$full_path" $OPTIONS 2>&1 | tee -a "$OUT_FILE"
|
||||
|
||||
echo "" >> "$OUT_FILE"
|
||||
echo "" | tee -a "$OUT_FILE"
|
||||
done
|
||||
|
||||
echo "Results written to $OUT_FILE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue