We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the input below, one would expect to receive output F(green & rectangle). However, that does not happen.
F(green & rectangle)
{ "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"] }
The text was updated successfully, but these errors were encountered:
it seems that it is a depth issue, because if depth is set to 5, the formula F(green & rectangle) is found
Sorry, something went wrong.
ivan-gavran
No branches or pull requests
For the input below, one would expect to receive output
F(green & rectangle)
. However, that does not happen.The text was updated successfully, but these errors were encountered: