mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
dc879dc3fb
74 changed files with 585 additions and 259 deletions
|
@ -1246,8 +1246,8 @@ namespace dd {
|
|||
}
|
||||
else {
|
||||
set_mark(r);
|
||||
m_todo.pop_back();
|
||||
m_todo.push_back(lo(r)).push_back(hi(r));
|
||||
m_todo.push_back(lo(r));
|
||||
m_todo.push_back(hi(r));
|
||||
}
|
||||
}
|
||||
return max_d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue