Closed axkr closed 5 years ago
To my knowledge, the Factor* methods are not parallelzed. So I wonder how this could happen. Can you provide a stack trace at such a point? Which coefficient ring have your polynomials? Why is FactorAbstract#factorsSquarefreeKronecker called at all?
Ok you are right. Difficult to show that the output doesn't stop.
Implemented a time constrained execution with the Guava TimeLimiter.
How can I ensure, that the JAS threads also stop, if I'm using this framework? (i.e.
FactorAbstract#factorsSquarefreeKronecker
writes a lot of...ti(1234567)...
message to console - somewhat randomly? Although the main calculation has already stopped?)