mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 22:03:39 +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
|
@ -83,7 +83,6 @@ namespace smt {
|
|||
void pop(unsigned num_scopes);
|
||||
void reset();
|
||||
|
||||
void set_cancel(bool f);
|
||||
void display(std::ostream & out) const;
|
||||
void display_stats(std::ostream & out, quantifier * q) const;
|
||||
|
||||
|
@ -166,7 +165,6 @@ namespace smt {
|
|||
virtual void push() = 0;
|
||||
virtual void pop(unsigned num_scopes) = 0;
|
||||
|
||||
virtual void set_cancel(bool f) = 0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue