Definition at line 60 of file franzi-gb.cpp.
61 {
62 if (a < b)
63 {
66 }
67 else if (b < a)
68 {
71 }
72 else
73 {
74 throw "Invalid numbers in Pair";
75 }
76 IntermediateBasis::const_iterator
end = F.end();
77 if (F.find(
j) ==
end || (
i >= 0 && F.find(
i) ==
end))
78 {
81 }
82 else
83 {
85 {
86 lcm = F.find(
j)->second.LT();
88 }
89 else
90 {
91 unsigned long a = F.find(
i)->second.LT();
92 unsigned long b = F.find(
j)->second.LT();
95 }
96 }
97 }
static bool isRelativelyPrime(const brMonomial &a, const brMonomial &b)
TermIterator< Nterm > end(Nterm *)
References end(), good, i, BRP::isRelativelyPrime(), j, and lcm.
Referenced by operator<.