mirror of
https://github.com/Z3Prover/z3
synced 2026-06-30 12:28:53 +00:00
use recursive function for not-contains
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ced7952a7b
commit
dbdccbff97
4 changed files with 40 additions and 17 deletions
|
|
@ -246,7 +246,7 @@ namespace smt {
|
|||
if (is_true)
|
||||
m_axioms.contains_true_axiom(e);
|
||||
else
|
||||
m_axioms.unroll_not_contains(e);
|
||||
m_axioms.not_contains_axiom(e);
|
||||
}
|
||||
else if (m_seq.str.is_lt(e) || m_seq.str.is_le(e)) {
|
||||
// axioms added via relevant_eh → dequeue_axiom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue