You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some processors (mainly of the ltl package) always return the same event once they reach some state. This is the case of:
All Boolean (not Troolean) processors once they reach a definite (true/false) value, including quantifiers
Any Moore machine that reaches a sink state
This fact should be detectable, to allow their instances to be cleaned up from memory (simply recalling their last value whenever needed). This would remove the need for an explicit cleanup function in the StateSlicer.
The text was updated successfully, but these errors were encountered:
Some processors (mainly of the ltl package) always return the same event once they reach some state. This is the case of:
This fact should be detectable, to allow their instances to be cleaned up from memory (simply recalling their last value whenever needed). This would remove the need for an explicit cleanup function in the
StateSlicer
.The text was updated successfully, but these errors were encountered: