Class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>>
java.lang.Object
edu.jas.gbmod.ModSolvableGroebnerBaseAbstract<C>
- Type Parameters:
C- coefficient type
- All Implemented Interfaces:
ModSolvableGroebnerBase<C>, Serializable
- Direct Known Subclasses:
ModSolvableGroebnerBaseSeq
@Deprecated
public abstract class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>>
extends 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcancel()Deprecated.Cancel ThreadPool.booleanisLeftGB(ModuleList<C> M) Deprecated.Module left Groebner base test.booleanisRightGB(ModuleList<C> M) Deprecated.Module right Groebner base test.booleanisTwosidedGB(ModuleList<C> M) Deprecated.Module twosided Groebner base test.leftGB(ModuleList<C> M) Deprecated.Left Groebner base using pairlist class.rightGB(ModuleList<C> M) Deprecated.Right Groebner base using pairlist class.voidDeprecated.Cleanup and terminate ThreadPool.twosidedGB(ModuleList<C> M) Deprecated.Twosided Groebner base using pairlist class.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ModSolvableGroebnerBase
isLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGB
-
Field Details
-
logger
private static final org.apache.logging.log4j.Logger loggerDeprecated. -
debug
private static final boolean debugDeprecated.
-
-
Constructor Details
-
ModSolvableGroebnerBaseAbstract
public ModSolvableGroebnerBaseAbstract()Deprecated.
-
-
Method Details
-
isLeftGB
Deprecated.Module left Groebner base test.- Specified by:
isLeftGBin interfaceModSolvableGroebnerBase<C extends RingElem<C>>- Parameters:
M- a module basis.- Returns:
- true, if M is a left Groebner base, else false.
-
leftGB
Deprecated.Left Groebner base using pairlist class.- Specified by:
leftGBin interfaceModSolvableGroebnerBase<C extends RingElem<C>>- Parameters:
M- a module basis.- Returns:
- leftGB(M) a left Groebner base for M.
-
isTwosidedGB
Deprecated.Module twosided Groebner base test.- Specified by:
isTwosidedGBin interfaceModSolvableGroebnerBase<C extends RingElem<C>>- Parameters:
M- a module basis.- Returns:
- true, if M is a twosided Groebner base, else false.
-
twosidedGB
Deprecated.Twosided Groebner base using pairlist class.- Specified by:
twosidedGBin interfaceModSolvableGroebnerBase<C extends RingElem<C>>- Parameters:
M- a module basis.- Returns:
- tsGB(M) a twosided Groebner base for M.
-
isRightGB
Deprecated.Module right Groebner base test.- Specified by:
isRightGBin interfaceModSolvableGroebnerBase<C extends RingElem<C>>- Parameters:
M- a module basis.- Returns:
- true, if M is a right Groebner base, else false.
-
rightGB
Deprecated.Right Groebner base using pairlist class.- Specified by:
rightGBin interfaceModSolvableGroebnerBase<C extends RingElem<C>>- Parameters:
M- a module basis.- Returns:
- rightGB(M) a right Groebner base for M.
-
terminate
public void terminate()Deprecated.Cleanup and terminate ThreadPool. -
cancel
public int cancel()Deprecated.Cancel ThreadPool.
-