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

Flie fails to return a solution #8

Open
ivan-gavran opened this issue Aug 31, 2019 · 1 comment
Open

Flie fails to return a solution #8

ivan-gavran opened this issue Aug 31, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ivan-gavran
Copy link
Owner

ivan-gavran commented Aug 31, 2019

For the input below, one would expect to receive output F(green & rectangle). However, that does not happen.

{
"literals":["red", "green", "blue", "circle", "rectangle", "triangle"],
"negative":
  [
    "red,circle;blue, triangle | green, triangle; red, rectangle; blue,rectangle",
    "green, triangle; green, triangle | green, circle; green, triangle; green, circle",
    "green,circle; red, triangle | blue, circle; blue, triangle; blue, triangle"
  ],
"positive":
  [
    "green,rectangle; blue, triangle | green, triangle; red, rectangle; blue, rectangle",
"green, triangle; green, triangle | green, circle; green, triangle; green, rectangle",
"green,circle; red, triangle | green, rectangle; red, triangle; blue, rectangle"
  ],
"number-of-formulas": 2,
"max-depth-of-formula": 4,
"operators":["F", "->", "&", "|", "U", "G", "X"]
}
@ivan-gavran ivan-gavran added the bug Something isn't working label Aug 31, 2019
@ivan-gavran ivan-gavran self-assigned this Aug 31, 2019
@ivan-gavran
Copy link
Owner Author

it seems that it is a depth issue, because if depth is set to 5, the formula F(green & rectangle) is found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant