Does Sage have a feature to constrain computation time? Suppose the function f() takes a long time to run. I am looking for a way to run it *for at most 5 minutes*. If it finishes by then, I'd like to have the return value from f(). If not, it should communicate that clearly, and the system should be ready for the next computation.
For those familiar with Mathematica, I am looking for something similar to its TimeConstrained[] command. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/b060e21d-aa2a-40ae-b421-37fa28ad6818%40googlegroups.com.