3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 13:39:28 +00:00

add rewrite for mod over negation, refine axioms for grobner quotients

This commit is contained in:
Nikolaj Bjorner 2025-09-02 18:26:22 -07:00
parent e2235d81d3
commit a382ddbd8a
4 changed files with 95 additions and 66 deletions

View file

@ -88,6 +88,5 @@ namespace nla {
grobner(core *core);
void operator()();
void updt_params(params_ref const& p);
// dd::solver::equation_vector const& core_equations(bool all_eqs);
};
}