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:
parent
f8059394e5
commit
3ec0fc2345
1 changed files with 1 additions and 2 deletions
|
@ -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););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue