-
Notifications
You must be signed in to change notification settings - Fork 1
improve: documentation on preprocessors, upgrade Rust version #7
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -80,7 +80,8 @@ | |||||||||
| This includes self-loops of the TA that do not have any effect (i.e., they do not change the value of any variable), or transition guards that are trivial because they will always be satisfied for the given resilience condition specified in the TA. | ||||||||||
|
|
||||||||||
| Moreover, if TACO can statically determine that some locations are never reachable because they are empty initially and there are no incoming transitions from non-empty locations, then we completely remove these locations from the TA when checking the given property. | ||||||||||
| Note that this may depend on the given specification, as it may specify that some of the initial locations should be empty. | ||||||||||
| Note that this may depend on the given specification, as it may specify that some of the initial locations should be empty. | ||||||||||
| You can find more information on the purpose of different preprocessors in \cref{specifying-preprocessors}. | ||||||||||
|
Comment on lines
+83
to
+84
|
||||||||||
| Note that this may depend on the given specification, as it may specify that some of the initial locations should be empty. | |
| You can find more information on the purpose of different preprocessors in \cref{specifying-preprocessors}. | |
| Note that this may depend on the given specification, as it may specify that some of the initial locations should be empty. | |
| You can find more information on the purpose of different preprocessors in the section on specifying preprocessors in the advanced configuration documentation. |
Uh oh!
There was an error while loading. Please reload this page.