mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
updates
This commit is contained in:
parent
5be8872d6a
commit
22616da63b
9 changed files with 101 additions and 55 deletions
|
@ -1190,6 +1190,9 @@ public:
|
|||
tactic * translate(ast_manager & m) override {
|
||||
return this;
|
||||
}
|
||||
|
||||
void collect_statistics(statistics& st) const override {
|
||||
}
|
||||
};
|
||||
|
||||
tactic * fail_if(probe * p) {
|
||||
|
@ -1216,6 +1219,7 @@ public:
|
|||
}
|
||||
|
||||
tactic * translate(ast_manager & m) override { return translate_core<if_no_proofs_tactical>(m); }
|
||||
|
||||
};
|
||||
|
||||
class if_no_unsat_cores_tactical : public unary_tactical {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue