mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 19:24:44 +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
|
@ -38,7 +38,6 @@ namespace smt {
|
|||
bool soft_holds(unsigned index);
|
||||
void set_model(model_ref& mdl);
|
||||
lbool operator()();
|
||||
void set_cancel(bool f);
|
||||
void collect_statistics(::statistics& st) const;
|
||||
void get_model(model_ref& mdl);
|
||||
void updt_params(params_ref& p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue