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
The whole Instruction lifetime management is refactored
due to Rule being as a named variable.
The Model is responsible for all instructions.
This is similar to how Expression is handled due to Parameter.
Issue #151
Rules are like variables referenced by their names
and can have cycles.
In this case, cycles in instructions are valid;
however, it is not decidable
whether these instructions would halt upon execution.
It is not expected these cycles be used in practice.
Issue #151
Cyclic linking of event trees is statically undecidable
even though it may be valid.
In practice, it is not expected that cyclic instructions be used.
Issue #151
No description provided.
The text was updated successfully, but these errors were encountered: