Skip to content

Commit 8ff4036

Browse files
authored
update unit_lim to the correct value (#7423)
Co-authored-by: stormckey <[email protected]>
1 parent 3896e18 commit 8ff4036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smt/smt_parallel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ namespace smt {
134134
dst = tr(unit_trail.get(j));
135135
pctx.assert_expr(dst);
136136
}
137-
unit_lim[i] = sz;
137+
unit_lim[i] = pctx.assigned_literals().size();
138138
}
139139
IF_VERBOSE(1, verbose_stream() << "(smt.thread :units " << sz << ")\n");
140140
};

0 commit comments

Comments
 (0)