Implements GBRing.
Definition at line 257 of file gbring.cpp.
262{
263 (void) F;
264 (void) f;
265 (void) u;
266 (void) monom;
267 (void) comp;
268
269#ifdef DEVELOPMENT
270#warning "implement GBRingSolvable::mult_by_term"
271#endif
272 return nullptr;
273}