3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

revert fix to #1677

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-18 21:23:13 -07:00
parent c15eca66d6
commit b4aac1ab55
2 changed files with 27 additions and 58 deletions

View file

@ -2904,7 +2904,7 @@ expr_ref theory_seq::try_expand(expr* e, dependency*& eqs){
}
result = ed.first;
}
else if (m_util.str.is_string(e)) {
else if (false && m_util.str.is_string(e)) {
result = add_elim_string_axiom(e);
}
else {