3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +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

@ -35,7 +35,7 @@ expr_ref hoist_rewriter::mk_and(expr_ref_vector const& args) {
}
expr_ref hoist_rewriter::mk_or(expr_ref_vector const& args) {
if (m_rewriter)
if (false && m_rewriter)
return m_rewriter->mk_or(args);
else
return ::mk_or(args);