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:
parent
d0f682b239
commit
3f442ecef9
2 changed files with 4 additions and 9 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue