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:
parent
c15eca66d6
commit
b4aac1ab55
2 changed files with 27 additions and 58 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue