mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
use lazy scopes to avoid push/pop overhead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
558233dd8e
commit
f0308436b5
6 changed files with 51 additions and 12 deletions
|
@ -34,6 +34,9 @@ namespace smt {
|
|||
class quantifier_manager {
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
unsigned m_lazy_scopes;
|
||||
bool m_lazy;
|
||||
void flush();
|
||||
public:
|
||||
quantifier_manager(context & ctx, smt_params & fp, params_ref const & p);
|
||||
~quantifier_manager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue