mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +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
|
@ -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