Skip to content
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

Formal System: Transition System Encoding(s) #30

Open
ShinyKate opened this issue Jan 21, 2025 · 0 comments
Open

Formal System: Transition System Encoding(s) #30

ShinyKate opened this issue Jan 21, 2025 · 0 comments

Comments

@ShinyKate
Copy link
Collaborator

While the formal system should offer great freedom in modeling formal systems and specifying properties, most automated methods we will implement will require a specific form. To ensure that different methods can be combined and are able to exchange facts, we need to document a common way to encode transition systems using our formal system.

Not all methods might work best with the same encoding, in particular it could be useful to have both

  1. an encoding based on infinite streams that uses stream-delay operators to represent registers, and
  2. an encoding based on a state transition function.

Methods are also free to use other encodings internally, but we want a documented standard encoding for these two variants and make sure that we can exchange derived facts across these encodings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants