mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 16:55:47 +00:00
consolidate cancellation to context check_cancel_flag instead of calling in set_cancel()
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ee4ed1749a
commit
4e155887b2
7 changed files with 24 additions and 65 deletions
|
@ -51,7 +51,6 @@ namespace smt {
|
|||
unsigned m_iteration_idx;
|
||||
proto_model * m_curr_model;
|
||||
obj_map<expr, expr *> m_value2expr;
|
||||
bool m_cancel;
|
||||
friend class instantiation_set;
|
||||
|
||||
void init_aux_context();
|
||||
|
@ -98,8 +97,6 @@ namespace smt {
|
|||
|
||||
void reset();
|
||||
|
||||
void set_cancel(bool f) { m_cancel = f; }
|
||||
|
||||
void operator()(expr* e);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue