Package edu.jas.gbmod

Class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    ModSolvableGroebnerBase<C>, java.io.Serializable
    Direct Known Subclasses:
    ModSolvableGroebnerBaseSeq

    @Deprecated
    public abstract class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>>
    extends java.lang.Object
    implements ModSolvableGroebnerBase<C>
    Deprecated.
    use respective methods from SolvableGroebnerBaseAbstract
    Module solvable Groebner Bases abstract class. Implements module solvable Groebner bases and GB test.
    See Also:
    Serialized Form
    • Field Detail

      • logger

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

        private static final boolean debug
        Deprecated.
    • Constructor Detail

      • ModSolvableGroebnerBaseAbstract

        public ModSolvableGroebnerBaseAbstract()
        Deprecated.
    • Method Detail

      • isLeftGB

        public boolean isLeftGB​(ModuleList<C> M)
        Deprecated.
        Module left Groebner base test.
        Specified by:
        isLeftGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>
        Parameters:
        M - a module basis.
        Returns:
        true, if M is a left Groebner base, else false.
      • isTwosidedGB

        public boolean isTwosidedGB​(ModuleList<C> M)
        Deprecated.
        Module twosided Groebner base test.
        Specified by:
        isTwosidedGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>
        Parameters:
        M - a module basis.
        Returns:
        true, if M is a twosided Groebner base, else false.
      • isRightGB

        public boolean isRightGB​(ModuleList<C> M)
        Deprecated.
        Module right Groebner base test.
        Specified by:
        isRightGB in interface ModSolvableGroebnerBase<C extends RingElem<C>>
        Parameters:
        M - a module basis.
        Returns:
        true, if M is a right Groebner base, else false.
      • terminate

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

        public int cancel()
        Deprecated.
        Cancel ThreadPool.