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

Moore interpretation rejected as not in GR(1) #18

Open
johnyf opened this issue Jun 17, 2016 · 0 comments
Open

Moore interpretation rejected as not in GR(1) #18

johnyf opened this issue Jun 17, 2016 · 0 comments
Labels

Comments

@johnyf
Copy link
Contributor

johnyf commented Jun 17, 2016

The following input to syfco -f slugsin file.tlsf:

INFO {
  TITLE:       "debugging example"
  DESCRIPTION: "debugging example"
  SEMANTICS:   Moore
  TARGET:      Mealy
}

MAIN {
  INPUTS { x; }
  OUTPUTS { y; }
  GUARANTEES { G ( F (x -> y)) }
}

yields:

"Conversion Error": not in GR(1)
The given specification is not in GR(1), which is neccessary to convert to the slugsin format.

whereas, changing the header information to:

SEMANTICS:   Mealy

translates it. The formula is in the GR(1) fragment, independently of what the players take as input, so it seems that this should translate in both cases.

@kleinreact kleinreact added the bug label Jul 8, 2016
@kleinreact kleinreact reopened this Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants