3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 17:08:45 +00:00

port Grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-10-16 17:02:23 -07:00
parent f8059394e5
commit 3ec0fc2345

View file

@ -622,7 +622,6 @@ bool grobner::simplify_target_monomials(equation const * source, equation * targ
/**
\brief Simplify the target equation using the source as a rewrite rule.
Return 0 if target was not simplified.
*/
grobner::equation * grobner::simplify_source_target(equation const * source, equation * target) {
TRACE("grobner", tout << "simplifying: "; display_equation(tout, *target); tout << "using: "; display_equation(tout, *source););