mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +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
|
@ -20,7 +20,6 @@ Notes:
|
|||
#include "math/polynomial/upolynomial.h"
|
||||
#include "util/mpbq.h"
|
||||
#include "util/basic_interval.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "math/polynomial/sexpr2upolynomial.h"
|
||||
#include "util/scoped_ptr_vector.h"
|
||||
#include "util/mpbqi.h"
|
||||
|
@ -128,7 +127,6 @@ namespace algebraic_numbers {
|
|||
void checkpoint() {
|
||||
if (!m_limit.inc())
|
||||
throw algebraic_exception(Z3_CANCELED_MSG);
|
||||
cooperate("algebraic");
|
||||
}
|
||||
|
||||
void reset_statistics() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue