Skip to content

Any replacement for Timeout? (to ensure determinacy) #5962

Answered by NikolajBjorner
tczpl asked this question in Q&A
Discussion options

You must be logged in to vote

there is a resource limit parameter. It is called rlimit. Finding good values for it can be done by running z3 with a timeout, then picking the value from rlimit shown in statistics.
z3 'file' -t:2000 -st
z3 'file' rlimit='value-shown-in-statistics'

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tczpl
Comment options

Answer selected by tczpl
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
Converted from issue

This discussion was converted from issue #5958 on April 11, 2022 05:58.