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
Currently, the goal formula can only be specified as a string in the CLI tool and the library.
We would like to have a more general and flexible approach. In particular, the following additional options have been identified:
(:goal ...
An example of the second case is (:goal (once (and a b))) that corresponds to O(a & b)
(:goal (once (and a b)))
O(a & b)
The text was updated successfully, but these errors were encountered:
francescofuggitti
No branches or pull requests
Currently, the goal formula can only be specified as a string in the CLI tool and the library.
We would like to have a more general and flexible approach. In particular, the following additional options have been identified:
(:goal ...
specification in PDDL.An example of the second case is
(:goal (once (and a b)))
that corresponds toO(a & b)
The text was updated successfully, but these errors were encountered: