3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 02:30:23 +00:00

flush cache when proof mode changes

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2015-01-15 14:32:18 +05:30
parent e28701a64c
commit 05b7aa3ebb
6 changed files with 52 additions and 3 deletions

View file

@ -883,7 +883,7 @@ namespace smt {
max_min_t max_min(row & r, bool max, bool& has_shared);
bool max_min(svector<theory_var> const & vars);
max_min_t max_min_new(theory_var v, bool max, bool& has_shared);
// max_min_t max_min_new(theory_var v, bool max, bool& has_shared);
// -----------------------------------
//