mirror of
https://github.com/Z3Prover/z3
synced 2026-05-30 21:57:46 +00:00
revert swap changes to fix CI
This commit is contained in:
parent
25b48a74f8
commit
23a0a529fb
4 changed files with 7 additions and 7 deletions
|
|
@ -387,7 +387,7 @@ namespace qe {
|
|||
for (unsigned i = vars.size(); i-- > 0;) {
|
||||
ex.project(vars[i], result.size(), result.data(), new_result);
|
||||
TRACE(qe, display_project(tout, vars[i], result, new_result););
|
||||
result = std::move(new_result);
|
||||
result.swap(new_result);
|
||||
}
|
||||
negate_clause(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue