mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
move nla stats to nla_core
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
82fd2a062d
commit
01279582ff
5 changed files with 34 additions and 11 deletions
|
@ -68,4 +68,8 @@ nlsat::anum const& solver::am_value(lp::var_index v) const {
|
|||
return m_core->m_nra.value(v);
|
||||
}
|
||||
|
||||
void solver::collect_statistics(::statistics & st) {
|
||||
m_core->collect_statistics(st);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue