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:
parent
3da3b41786
commit
566d3070fa
3 changed files with 2 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue