3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 01:55:32 +00:00

patch regressions

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-02-12 20:12:01 -08:00
parent cac5052685
commit 102eee77dc
4 changed files with 88 additions and 88 deletions

View file

@ -141,7 +141,7 @@ class tseitin_cnf_tactic : public tactic {
sign = !sign;
goto start;
case OP_OR:
case OP_AND:
// case OP_AND:
l = nullptr;
m_cache.find(to_app(n), l);
SASSERT(l != 0);
@ -188,7 +188,7 @@ class tseitin_cnf_tactic : public tactic {
goto start;
}
case OP_OR:
case OP_AND:
// case OP_AND:
visited = false;
push_frame(to_app(n));
return;
@ -202,6 +202,7 @@ class tseitin_cnf_tactic : public tactic {
case OP_XOR:
case OP_IMPLIES:
case OP_DISTINCT:
case OP_AND:
throw_op_not_handled();
default:
return;