mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
flush cache when proof mode changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e28701a64c
commit
05b7aa3ebb
6 changed files with 52 additions and 3 deletions
|
@ -61,6 +61,7 @@ void simplifier::enable_ac_support(bool flag) {
|
|||
*/
|
||||
void simplifier::operator()(expr * s, expr_ref & r, proof_ref & p) {
|
||||
m_need_reset = true;
|
||||
reinitialize();
|
||||
expr * s_orig = s;
|
||||
expr * old_s;
|
||||
expr * result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue