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

port Grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-10-21 10:18:01 -07:00
parent 8aed753340
commit 426f9b3e80
2 changed files with 5 additions and 6 deletions

View file

@ -82,7 +82,6 @@ class nla_grobner : common {
equation_vector m_equations_to_unfreeze;
equation_vector m_equations_to_delete;
lp::int_set m_rows;
lp::int_set m_active_vars;
unsigned m_num_of_equations;
grobner_stats m_stats;
equation_set m_processed;