Skip to content

Commit

Permalink
Merge pull request #187 from VeriFIT/wrong_preprocess_stat
Browse files Browse the repository at this point in the history
Fix preprocessing stat for length decision procedure
  • Loading branch information
jurajsic authored Oct 3, 2024
2 parents 4318f62 + e6e31c5 commit 820029f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ namespace smt::noodler {
dec_proc = len_dec_proc;
expr_ref block_len(m.mk_false(), m);
if (dec_proc->preprocess() == l_false) {
this->statistics.at("underapprox").num_solved_preprocess++;
this->statistics.at("length").num_solved_preprocess++;
STRACE("str", tout << "len: unsat from preprocessing\n");
block_curr_len(block_len);
return l_false;
Expand Down

0 comments on commit 820029f

Please sign in to comment.