Skip to content

Implement clock reduction on SystemRecipe #155

Description

@t-lohse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlarge endeavourAn endeavour that requires a relatively more effort to implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions