mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
61dbb6168e
commit
32b6b2da44
41 changed files with 55 additions and 280 deletions
|
@ -23,7 +23,6 @@ namespace opt {
|
|||
class mss {
|
||||
solver& m_s;
|
||||
ast_manager& m;
|
||||
volatile bool m_cancel;
|
||||
typedef ptr_vector<expr> exprs;
|
||||
typedef obj_hashtable<expr> expr_set;
|
||||
exprs m_mss;
|
||||
|
@ -38,7 +37,6 @@ namespace opt {
|
|||
|
||||
lbool operator()(model* initial_model, vector<exprs> const& cores, exprs& literals, exprs& mcs);
|
||||
|
||||
void set_cancel(bool f) { m_cancel = f; }
|
||||
|
||||
void get_model(model_ref& mdl) { mdl = m_model; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue