3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

review of NB

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-11 16:02:05 -10:00
parent 0db79b1c79
commit d0f682b239
7 changed files with 223 additions and 259 deletions

View file

@ -90,7 +90,7 @@ public:
intervals m_intervals;
horner m_horner;
nla_settings m_nla_settings;
nla_grobner m_grobner;
grobner m_grobner;
private:
emonics m_emons;
svector<lpvar> m_add_buffer;