3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

remove m_conflict from nla_grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-11 20:07:12 -10:00
parent d0f682b239
commit 3f442ecef9
2 changed files with 4 additions and 9 deletions

View file

@ -90,7 +90,6 @@ class grobner : common {
nex_lt m_lt;
bool m_changed_leading_term;
unsigned m_reported;
bool m_conflict;
bool m_look_for_fixed_vars_in_rows;
public:
grobner(core *, intervals *);