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:
parent
8aed753340
commit
426f9b3e80
2 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue