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

Implement clock reduction on SystemRecipe #155

Open
t-lohse opened this issue Mar 30, 2023 · 0 comments
Open

Implement clock reduction on SystemRecipe #155

t-lohse opened this issue Mar 30, 2023 · 0 comments
Labels
enhancement New feature or request large endeavour An endeavour that requires a relatively more effort to implement

Comments

@t-lohse
Copy link
Contributor

t-lohse commented Mar 30, 2023

Currently clock reduction is performed on TransitionSystem, and before it can be performed, a SystemRecipe has to be cloned and then compiled into a TransitionSystem. This (somewhat) contradicts the point of clock reuctions, since we construct the entire TranstionSystem without clock reduction to perform it.
To improve the performance of Reveaal, this analysis could be moved to SystemRecipe. The current implementation is very vigorous, and could be used as a benchmarking/comparison tool for a future version.

@t-lohse t-lohse added enhancement New feature or request large endeavour An endeavour that requires a relatively more effort to implement labels Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request large endeavour An endeavour that requires a relatively more effort to implement
Projects
None yet
Development

No branches or pull requests

1 participant