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:
parent
cac5052685
commit
102eee77dc
4 changed files with 88 additions and 88 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue