-
Notifications
You must be signed in to change notification settings - Fork 1
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
List of test types #1
Comments
Refinement transitivity: A ≤ B and B ≤ C implies A ≤ C |
Order of operands doesn't matter (associativity) A1 || A2 <= A2 || A1 A1 && A2 <= A2 && A1 |
t-lohse
added a commit
that referenced
this issue
Feb 12, 2024
* Update .gitmodules * change config to take an array of args, replace 2nd arg with ip and port. Also improved README.md * renamed parameterExpression -> parameters Fixed so that {ip} and {port} can be used anywhere in parameters * Protobuf submodule pointer update (#1) * Updated protobuf submodule pointer * Fixed dependency and result type error * Fixed Results.kt and Plotting.kt --------- Co-authored-by: Aavild <[email protected]> Co-authored-by: aavild <[email protected]> Co-authored-by: William Woldum <[email protected]>
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refinement-identity: S ≤ S
Quotient rule: S || T ≤ X => S ≤ X \ T
Bisim-stable: Bisim(S) <=> Bisim(Bisim(S))
HSCC.Theorem6.part1, locally consistent S and T : S ∧ T ≤ S and S ∧ T ≤ T (∧ is the same as &&)
HSCC.Theorem6.part2, locally consistent S, U and T: (U ≤ S) and (U ≤ T ) implies U ≤ (S ∧T )
The text was updated successfully, but these errors were encountered: