mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
parent
5380b01fd1
commit
64e570f159
3 changed files with 6 additions and 43 deletions
|
@ -5163,7 +5163,8 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
|
|||
}
|
||||
else if (m_util.str.is_contains(e, e1, e2)) {
|
||||
expr_ref_vector disj(m);
|
||||
if (m_seq_rewrite.reduce_contains(e1, e2, disj)) {
|
||||
// disabled pending regression on issue 1196
|
||||
if (false && m_seq_rewrite.reduce_contains(e1, e2, disj)) {
|
||||
literal_vector lits;
|
||||
literal lit = mk_literal(e);
|
||||
lits.push_back(~lit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue