3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 17:01:55 +00:00

enable parallel under scopes, preview in sequential mode before incurrring copy overhead

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-04 20:26:42 -08:00
parent 3da3b41786
commit 566d3070fa
3 changed files with 2 additions and 11 deletions

View file

@ -3470,7 +3470,7 @@ bool theory_seq::solve_nc(unsigned idx) {
if (m.is_eq(c, a, b)) {
literal eq = mk_eq(a, b, false);
propagate_lit(deps, 0, nullptr, ~eq);
propagate_lit(deps, 0, nullptr, ~eq);
return true;
}