mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 19:17:53 +00:00
remove cooperate
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42ac3a5363
commit
e0d8cefde4
52 changed files with 0 additions and 204 deletions
|
@ -19,7 +19,6 @@ Notes:
|
|||
#include "tactic/aig/aig.h"
|
||||
#include "tactic/goal.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "util/cooperate.h"
|
||||
|
||||
#define USE_TWO_LEVEL_RULES
|
||||
#define FIRST_NODE_ID (UINT_MAX/2)
|
||||
|
@ -129,7 +128,6 @@ struct aig_manager::imp {
|
|||
throw aig_exception(TACTIC_MAX_MEMORY_MSG);
|
||||
if (m().canceled())
|
||||
throw aig_exception(m().limit().get_cancel_msg());
|
||||
cooperate("aig");
|
||||
}
|
||||
|
||||
void dec_ref_core(aig_lit const & r) { dec_ref_core(r.ptr()); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue