Package edu.jas.gbmod

Class ModGroebnerBaseAbstract<C extends GcdRingElem<C>>

  • All Implemented Interfaces:
    ModGroebnerBase<C>
    Direct Known Subclasses:
    ModGroebnerBaseSeq

    @Deprecated
    public abstract class ModGroebnerBaseAbstract<C extends GcdRingElem<C>>
    extends java.lang.Object
    implements ModGroebnerBase<C>
    Deprecated.
    use respective methods from GroebnerBaseAbstract
    Module Groebner Bases abstract class. Implements Groebner bases and GB test.
    • Field Detail

      • logger

        private static final org.apache.logging.log4j.Logger logger
        Deprecated.
    • Constructor Detail

      • ModGroebnerBaseAbstract

        public ModGroebnerBaseAbstract()
        Deprecated.
    • Method Detail

      • isGB

        public boolean isGB​(ModuleList<C> M)
        Deprecated.
        isGB.
        Specified by:
        isGB in interface ModGroebnerBase<C extends GcdRingElem<C>>
        Parameters:
        M - a module basis.
        Returns:
        true, if M is a Groebner base, else false.
      • terminate

        public void terminate()
        Deprecated.
        Cleanup and terminate ThreadPool.
      • cancel

        public int cancel()
        Deprecated.
        Cancel ThreadPool.