We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae05ef2 commit 4a14f0aCopy full SHA for 4a14f0a
scripts/results_chc_solver.sh
@@ -60,7 +60,9 @@ function call_count_entries () {
60
count_entries $1 "count_memout" "memout"
61
count_entries $1 "count_uncategorized" "uncategorized"
62
63
- total=$((count_valid + count_invalid + count_unknown + count_error + count_unsupported + count_timeout + count_memout + count_uncategorized))
+ total=$((count_valid + count_holey + count_invalid + count_unknown + count_error + count_unsupported + count_timeout + count_memout + count_uncategorized))
64
+
65
+ count_valid=$((count_valid + count_holey))
66
67
echo "********** Results for $chcSolver with $target: $1 **********"
68
echo "Benchmarks analysed: $total"
0 commit comments