mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
port grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0f948d7a07
commit
e987479e8a
4 changed files with 24 additions and 13 deletions
|
@ -189,6 +189,7 @@ bool nex_creator::less_than_on_mul_mul_same_degree(const nex_mul* a, const nex_m
|
|||
}
|
||||
|
||||
bool nex_creator::less_than_on_mul_mul(const nex_mul* a, const nex_mul* b) const {
|
||||
TRACE("nla_cn_details", tout << "a = " << *a << " , b = " << *b << "\n";);
|
||||
SASSERT(is_simplified(a) && is_simplified(b));
|
||||
unsigned a_deg = a->get_degree();
|
||||
unsigned b_deg = b->get_degree();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue