Skip to content

Time bounding opt/abc optimization #3799

Answered by nakengelhardt
j2kun asked this question in Q&A
Discussion options

You must be logged in to vote

We don't have any time-based limits because it would lead to non-deterministic outcomes, which is undesirable in many cases. abc and opt have -fast options, but if you don't want to use these universally, I'm afraid you'd have to go mess with the code. For opt it shouldn't be too hard to add a condition in the while loop, but for abc since that runs in an external program you'd have to see if there's any way to get the (famously inscrutable) abc code to do what you want...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by j2kun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants