mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix #7024
This commit is contained in:
parent
d469c1054e
commit
41a3196c89
3 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ namespace nla {
|
|||
|
||||
scoped_anum& solver::tmp2() {
|
||||
SASSERT(use_nra_model());
|
||||
return m_core->m_nra.tmp1();
|
||||
return m_core->m_nra.tmp2();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue