예제 #1
0
 /**
  * Generate the relation table of the solvable polynomial ring from a polynomial list of
  * relations.
  *
  * @param rel polynomial list of relations [..., ei, fj, pij, ... ] with ei * fj = pij.
  */
 public void addRelations(List<GenPolynomial<C>> rel) {
   table.addRelations(rel);
 }