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
|
@ -39,5 +39,6 @@ public:
|
|||
core& get_core();
|
||||
nlsat::anum_manager& am();
|
||||
nlsat::anum const& am_value(lp::var_index v) const;
|
||||
void collect_statistics(::statistics & st);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue