mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
fix #6082
This commit is contained in:
parent
352666b19f
commit
56aa4261b6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace smt {
|
||||||
if (!m_next) {
|
if (!m_next) {
|
||||||
sort* s = decl()->get_domain(0);
|
sort* s = decl()->get_domain(0);
|
||||||
sort* domain[2] = {s, s};
|
sort* domain[2] = {s, s};
|
||||||
m_next = m.mk_fresh_func_decl("next", "", 2, domain, s);
|
m_next = m.mk_fresh_func_decl("specrel.next", "", 2, domain, s, false);
|
||||||
}
|
}
|
||||||
return m_next;
|
return m_next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue