Definition at line 748 of file gb-default.cpp.
749 {
750
751
753 int cmp = a->deg - b->deg;
754 if (cmp < 0)
756 else if (cmp > 0)
758 else
759 {
760 gbvector *a1 =
762 gbvector *b1 =
764 if (a1 == nullptr)
765 {
766 if (b1 == nullptr)
768 else
770 }
771 else
772 {
773 if (!b1)
775 else
776 result =
R->gbvector_compare(
F, a1, b1);
777 }
778 }
780 }
VALGRIND_MAKE_MEM_DEFINED & result(result)
References gbA::spair::deg, EQ, F, gbA::spair::f, GT, gbA::spair::lead_of_spoly, LT, R, result(), gbA::SPAIR_SKEW, and gbA::spair::type.
Referenced by operator()().