mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
move m_intervals to nla_core
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9b3ebfdd2a
commit
971ae50ba3
11 changed files with 20 additions and 25 deletions
|
@ -95,7 +95,7 @@ class nla_grobner : common {
|
|||
nex_lt m_lt;
|
||||
bool m_changed_leading_term;
|
||||
public:
|
||||
nla_grobner(core *core);
|
||||
nla_grobner(core *core, intervals *);
|
||||
void grobner_lemmas();
|
||||
~nla_grobner();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue