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

Analysis with unbounded time #538

Closed
schillic opened this issue Mar 13, 2019 · 1 comment · Fixed by #549
Closed

Analysis with unbounded time #538

schillic opened this issue Mar 13, 2019 · 1 comment · Fixed by #549
Assignees
Labels

Comments

@schillic
Copy link
Member

If T is set to Inf, we should still be able to run the analysis. Termination is then only possible if a fixpoint is found or some property is violated.

@schillic schillic changed the title Unbounded time setting Analysis with unbounded time Mar 13, 2019
@schillic
Copy link
Member Author

schillic commented Mar 13, 2019

Idea: If :T == Inf, we do not preallocate the result, pass N = nothing, and modify the termination function argument. We add a method for

@inline store!(res, k, X, t0, t1, N) = (res[k] = ReachSet(X, t0, t1))

for dispatch (with N::Nothing) that uses push!. We also need to deactivate the progress bar.

@schillic schillic self-assigned this Mar 16, 2019
schillic added a commit that referenced this issue Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant