3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

port Grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-11-03 14:28:38 -08:00
parent 4a87ca8b92
commit 69c89426da
2 changed files with 2 additions and 1 deletions

View file

@ -756,7 +756,7 @@ bool nla_grobner::push_calculation_forward(ptr_vector<equation>& eqs, unsigned &
}
bool nla_grobner::try_to_modify_eqs(ptr_vector<equation>& eqs, unsigned& next_weight) {
NOT_IMPLEMENTED_YET();
// NOT_IMPLEMENTED_YET();
return false;
}