mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
move towards theory phase selection, implement getitem on lambda
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0eafeb9342
commit
520ea65f32
3 changed files with 23 additions and 12 deletions
|
@ -3873,7 +3873,9 @@ namespace smt {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
if (m_fparams.m_phase_selection == PS_CACHING_CONSERVATIVE || m_fparams.m_phase_selection == PS_CACHING_CONSERVATIVE2)
|
||||
if (m_fparams.m_phase_selection == PS_THEORY ||
|
||||
m_fparams.m_phase_selection == PS_CACHING_CONSERVATIVE ||
|
||||
m_fparams.m_phase_selection == PS_CACHING_CONSERVATIVE2)
|
||||
forget_phase_of_vars_in_current_level();
|
||||
m_atom_propagation_queue.reset();
|
||||
m_eq_propagation_queue.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue