3
0
Fork 0
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:
Lev Nachmanson 2019-10-28 11:50:51 -07:00
parent 36db31e154
commit 8744d987a3
2 changed files with 7 additions and 6 deletions

View file

@ -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();