Package edu.jas.gb

Interface WordGroebnerBase<C extends RingElem<C>>

Type Parameters:
C - coefficient type
All Superinterfaces:
Serializable
All Known Implementing Classes:
WordGroebnerBaseAbstract, WordGroebnerBasePseudoRecSeq, WordGroebnerBasePseudoSeq, WordGroebnerBaseSeq

public interface WordGroebnerBase<C extends RingElem<C>> extends Serializable
Non-commutative Groebner Bases interface for GenWordPolynomials. Defines methods for Groebner bases and GB test.
  • Method Details