Skip to content

Commit

Permalink
update unit_lim to the correct value (#7423)
Browse files Browse the repository at this point in the history
Co-authored-by: stormckey <chenhaogao123@gmail.com>
  • Loading branch information
stormckey and stormckey authored Oct 16, 2024
1 parent 3896e18 commit 8ff4036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smt/smt_parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ namespace smt {
dst = tr(unit_trail.get(j));
pctx.assert_expr(dst);
}
unit_lim[i] = sz;
unit_lim[i] = pctx.assigned_literals().size();
}
IF_VERBOSE(1, verbose_stream() << "(smt.thread :units " << sz << ")\n");
};
Expand Down

0 comments on commit 8ff4036

Please sign in to comment.