| 464 | } |
| 465 | |
| 466 | fglmSelem |
| 467 | fglmSdata::nextCandidate() |
| 468 | { |
| 469 | fglmSelem result = nlist.getFirst(); |
| 470 | nlist.removeFirst(); |
| 471 | return result; |
| 472 | } |
| 473 | |
| 474 | // Multiplies basis[basisSize] with all ringvariables and inserts the new monomials |
| 475 | // into the list of candidates, according to the given order. If a monomial already |
no test coverage detected