Implement clock reduction on SystemRecipe #155
Labels
enhancement
New feature or request
large endeavour
An endeavour that requires a relatively more effort to implement
Currently clock reduction is performed on
TransitionSystem
, and before it can be performed, aSystemRecipe
has to be cloned and then compiled into aTransitionSystem
. This (somewhat) contradicts the point of clock reuctions, since we construct the entireTranstionSystem
without clock reduction to perform it.To improve the performance of
Reveaal
, this analysis could be moved toSystemRecipe
. The current implementation is very vigorous, and could be used as a benchmarking/comparison tool for a future version.The text was updated successfully, but these errors were encountered: