mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +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
|
@ -24,7 +24,6 @@ Notes:
|
|||
#include "ast/rewriter/var_subst.h"
|
||||
#include "model/model_pp.h"
|
||||
#include "tactic/tactic.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "util/luby.h"
|
||||
|
||||
#include "tactic/sls/sls_params.hpp"
|
||||
|
@ -96,7 +95,6 @@ void sls_engine::collect_statistics(statistics& st) const {
|
|||
void sls_engine::checkpoint() {
|
||||
if (m_manager.canceled())
|
||||
throw tactic_exception(m_manager.limit().get_cancel_msg());
|
||||
cooperate("sls");
|
||||
}
|
||||
|
||||
bool sls_engine::full_eval(model & mdl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue