Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#538 - Analysis with unbounded time #549

Merged
merged 3 commits into from
Mar 16, 2019
Merged

#538 - Analysis with unbounded time #549

merged 3 commits into from
Mar 16, 2019

Conversation

schillic
Copy link
Member

Closes #538.

The second commit is an unrelated bugfix.

@schillic schillic requested a review from mforets March 16, 2019 16:34
@schillic schillic merged commit 6bf1e2e into master Mar 16, 2019
@schillic schillic deleted the schillic/538 branch March 16, 2019 17:15
@mforets
Copy link
Member

mforets commented Mar 16, 2019

What happens if a fixpoint is never found? Instead of an infinite loop, it's better if we have an option to the set maximum number of iterations of the continuous post (by default a "very high" value, and an error message if this value was reached).

Looking into the SpaceEx options (with $ sspaceex --help), I guess that this corresponds to --iter-max,

  --iter-max arg                        Set the maximum number of iterations
                                        for the reachability algorithm.

@schillic
Copy link
Member Author

See #476.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analysis with unbounded time
2 participants