mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
moving to resource managed cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
32b6b2da44
commit
981f8226fe
15 changed files with 24 additions and 41 deletions
|
@ -409,7 +409,7 @@ extern "C" {
|
|||
|
||||
unsigned timeout = p.get_uint("timeout", UINT_MAX);
|
||||
bool use_ctrl_c = p.get_bool("ctrl_c", false);
|
||||
cancel_eh<tactic> eh(*to_tactic_ref(t));
|
||||
cancel_eh<reslimit> eh(mk_c(c)->m().limit());
|
||||
|
||||
to_tactic_ref(t)->updt_params(p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue