mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
Fix for QF_BV core theory detection.
This commit is contained in:
parent
35c21779e3
commit
3f6a1eb8c5
2 changed files with 8 additions and 9 deletions
|
@ -481,8 +481,6 @@ tactic * mk_bv1_blaster_tactic(ast_manager & m, params_ref const & p) {
|
|||
class is_qfbv_eq_probe : public probe {
|
||||
public:
|
||||
virtual result operator()(goal const & g) {
|
||||
bv_rewriter rw(g.m());
|
||||
if (!rw.hi_div0()) return false;
|
||||
bv1_blaster_tactic t(g.m());
|
||||
return t.is_target(g);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue