mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
remove also second hash-table for ALIVE_OPT #4747
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f3147d6e22
commit
e962deb557
6 changed files with 26 additions and 12 deletions
|
@ -585,6 +585,12 @@ namespace smt {
|
|||
return get_bdata(v).get_theory();
|
||||
}
|
||||
|
||||
/**
|
||||
* flag to toggle quantifier tracing.
|
||||
*/
|
||||
bool m_coming_from_quant { false };
|
||||
|
||||
|
||||
friend class set_var_theory_trail;
|
||||
void set_var_theory(bool_var v, theory_id tid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue