mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
relax condition for distributing extract over ite #2359
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b8734273c8
commit
db274ebe01
3 changed files with 7 additions and 4 deletions
|
@ -2849,7 +2849,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void context::push() {
|
||||
TRACE("trigger_bug", tout << "context::push()\n";);
|
||||
TRACE("unit_subsumption_bug", display(tout << "context::push()\n"););
|
||||
scoped_suspend_rlimit _suspend_cancel(m_manager.limit());
|
||||
pop_to_base_lvl();
|
||||
setup_context(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue