C - coefficient type@Deprecated public class ModSolvableGroebnerBasePar<C extends GcdRingElem<C>> extends ModSolvableGroebnerBaseSeq<C>
sbb| Constructor and Description |
|---|
ModSolvableGroebnerBasePar(RingFactory<C> cf)
Deprecated.
Constructor.
|
ModSolvableGroebnerBasePar(SolvableGroebnerBaseAbstract<C> sbb)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cancel()
Deprecated.
Cancel ThreadPool.
|
void |
terminate()
Deprecated.
Cleanup and terminate ThreadPool.
|
isLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGBisLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGBpublic ModSolvableGroebnerBasePar(RingFactory<C> cf)
cf - coefficient ring.public ModSolvableGroebnerBasePar(SolvableGroebnerBaseAbstract<C> sbb)
sbb - parallel solvable Groebner base algorithm.public void terminate()
terminate in class ModSolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>public int cancel()
cancel in class ModSolvableGroebnerBaseAbstract<C extends GcdRingElem<C>>