@Deprecated public class ModGroebnerBasePar<C extends GcdRingElem<C>> extends ModGroebnerBaseSeq<C>
bb| Constructor and Description |
|---|
ModGroebnerBasePar(GroebnerBaseAbstract<C> bb)
Deprecated.
Constructor.
|
ModGroebnerBasePar(RingFactory<C> cf)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cancel()
Deprecated.
Cancel ThreadPool.
|
void |
terminate()
Deprecated.
Cleanup and terminate ThreadPool.
|
GB, isGBGB, isGBpublic ModGroebnerBasePar(RingFactory<C> cf)
cf - coefficient ring.public ModGroebnerBasePar(GroebnerBaseAbstract<C> bb)
bb - Groebner base algorithm.public void terminate()
terminate in class ModGroebnerBaseAbstract<C extends GcdRingElem<C>>public int cancel()
cancel in class ModGroebnerBaseAbstract<C extends GcdRingElem<C>>