mirror of
https://github.com/Z3Prover/z3
synced 2025-09-07 10:11:25 +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
|
@ -25,7 +25,6 @@ Notes:
|
|||
#include "math/polynomial/upolynomial_factorization.h"
|
||||
#include "math/polynomial/polynomial_primes.h"
|
||||
#include "util/buffer.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "util/common_msgs.h"
|
||||
|
||||
namespace upolynomial {
|
||||
|
@ -157,7 +156,6 @@ namespace upolynomial {
|
|||
void core_manager::checkpoint() {
|
||||
if (!m_limit.inc())
|
||||
throw upolynomial_exception(Z3_CANCELED_MSG);
|
||||
cooperate("upolynomial");
|
||||
}
|
||||
|
||||
// Eliminate leading zeros from buffer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue