-
Notifications
You must be signed in to change notification settings - Fork 200
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
Finite Monotonic #153
base: master
Are you sure you want to change the base?
Finite Monotonic #153
Commits on Oct 17, 2024
-
Turn
Convergence
from a state predicate that is true or false of th……e initial states into a liveness property. Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8034c04 - Browse repository at this point
Copy the full SHA 8034c04View commit details -
Add a fairness constraint (not machine-closed) that asserts there are…
… only finitely many Increment actions. A sufficient but weaker fairness constraint would be one that guarantees a sufficient number of uninterrupted Gossip steps. Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c7576b - Browse repository at this point
Copy the full SHA 7c7576bView commit details -
Add script and model spec to explore diferent fairness constraints wi…
…th and without the `GarbageCollect` action, a state constraint or a conjunct to disable `Increment`, and different bounds for the divergence. Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3debf30 - Browse repository at this point
Copy the full SHA 3debf30View commit details
Commits on Oct 18, 2024
-
Add TRUE, i.e., no fairness as a possible fairness constraint.
Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e9dc07 - Browse repository at this point
Copy the full SHA 8e9dc07View commit details -
Do not switch between
GarbageCollect
and noGarbageCollect
conjoi……ned to `Next.` Instead, toggle between `GarbageCollect` conjoined to `Next` and `GarbageCollect` as a separate VIEW. Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3763ac - Browse repository at this point
Copy the full SHA f3763acView commit details -
Assert the shape of the counterexamples under all configuration. Log …
…to a CSV file is violated. Depends on pending PR tlaplus/tlaplus#1042 Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45443ef - Browse repository at this point
Copy the full SHA 45443efView commit details -
Ensure that the exit/return value of nested TLC runs is either
a successful run with no counterexample, a run that detected a liveness violation, or a postcondition violation. Signed-off-by: Markus Alexander Kuppe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8bdb00 - Browse repository at this point
Copy the full SHA d8bdb00View commit details