Terminate Gröbner basis computation after a given time #4218
Unanswered
oskarhenriksson
asked this question in
Q&A
Replies: 2 comments
-
|
@hannes14 do we have such a functionality? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Singular has Singular.Libgeneral.watchdog (https://www.singular.uni-kl.de/Manual/4-4/sing_1044.htm), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to automatically end a long-running Gröbner basis computation in Oscar after a certain amount of time (say, 60 seconds), without killing the kernel? There doesn't seem to be any standard timeout functionality in Julia, and when I try to use tricks like this for
groebner_basis, the computation doesn't actually end after the given time frame.Beta Was this translation helpful? Give feedback.
All reactions