mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
z3str3: missed instance of rewrite-then-assert
This commit is contained in:
parent
7e415c1b69
commit
32e5c6ffd1
1 changed files with 1 additions and 1 deletions
|
@ -3638,7 +3638,7 @@ namespace smt {
|
|||
expr_ref conclusion(mk_or(arrangement_disjunction), mgr);
|
||||
if (m_params.m_StrongArrangements) {
|
||||
expr_ref ax_strong(ctx.mk_eq_atom(premise, conclusion), mgr);
|
||||
assert_axiom(ax_strong);
|
||||
assert_axiom_rw(ax_strong);
|
||||
} else {
|
||||
assert_implication(premise, conclusion);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue