mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +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
|
@ -41,7 +41,6 @@ Revision History:
|
|||
#include "model/model_evaluator.h"
|
||||
#include "ast/has_free_vars.h"
|
||||
#include "ast/rewriter/rewriter_def.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "tactic/tactical.h"
|
||||
#include "model/model_v2_pp.h"
|
||||
#include "util/obj_hashtable.h"
|
||||
|
@ -2048,7 +2047,6 @@ namespace qe {
|
|||
void checkpoint() {
|
||||
if (m.canceled())
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
cooperate("qe");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ Revision History:
|
|||
#include "ast/rewriter/th_rewriter.h"
|
||||
#include "ast/for_each_expr.h"
|
||||
#include "ast/rewriter/expr_safe_replace.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
|
||||
#include "qe/qe_vartest.h"
|
||||
|
@ -687,7 +686,6 @@ namespace eq {
|
|||
}
|
||||
|
||||
void checkpoint() {
|
||||
cooperate("der");
|
||||
if (m.canceled())
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
}
|
||||
|
@ -878,7 +876,6 @@ namespace ar {
|
|||
}
|
||||
|
||||
void checkpoint() {
|
||||
cooperate("der");
|
||||
if (m.canceled())
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
}
|
||||
|
@ -2154,7 +2151,6 @@ namespace fm {
|
|||
}
|
||||
|
||||
void checkpoint() {
|
||||
cooperate("fm");
|
||||
if (m.canceled())
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
}
|
||||
|
@ -2428,7 +2424,6 @@ class qe_lite_tactic : public tactic {
|
|||
void checkpoint() {
|
||||
if (m.canceled())
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
cooperate("qe-lite");
|
||||
}
|
||||
|
||||
void debug_diff(expr* a, expr* b) {
|
||||
|
|
|
@ -25,7 +25,6 @@ Revision History:
|
|||
#include "ast/ast_pp.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
#include "qe/qe.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "model/model_v2_pp.h"
|
||||
#include "ast/rewriter/expr_replacer.h"
|
||||
#include "ast/rewriter/th_rewriter.h"
|
||||
|
@ -657,7 +656,6 @@ namespace qe {
|
|||
if (m.canceled()) {
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
}
|
||||
cooperate("qe-sat");
|
||||
}
|
||||
|
||||
void check_success(bool ok) {
|
||||
|
|
|
@ -17,7 +17,6 @@ Revision History:
|
|||
|
||||
--*/
|
||||
#include "tactic/tactical.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "qe/qe.h"
|
||||
|
||||
class qe_tactic : public tactic {
|
||||
|
@ -46,7 +45,6 @@ class qe_tactic : public tactic {
|
|||
void checkpoint() {
|
||||
if (m.canceled())
|
||||
throw tactic_exception(m.limit().get_cancel_msg());
|
||||
cooperate("qe");
|
||||
}
|
||||
|
||||
void operator()(goal_ref const & g,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue