mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
port Grobner: address memory issues
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
36db31e154
commit
8744d987a3
2 changed files with 7 additions and 6 deletions
|
@ -97,6 +97,7 @@ class nla_grobner : common {
|
|||
public:
|
||||
nla_grobner(core *core);
|
||||
void grobner_lemmas();
|
||||
~nla_grobner();
|
||||
private:
|
||||
bool scan_for_linear(ptr_vector<equation>& eqs);
|
||||
void find_nl_cluster();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue