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
fg
(system_in_mode ?f2 ?fd2)
(:action inspect_pipeline :parameters (?a - action ?p - pipeline ?r - robot ?fd1 ?fd2) :precondition (and (= ?a a_inspect_pipeline) (exists (?f1 ?f2) (and (action_requires ?a ?f1 ?f2) (Function ?f1) (Function ?f2) (FunctionDesign ?fd1) (FunctionDesign ?fd2) (solvesF ?fd1 ?f1) (solvesF ?fd2 ?f2) (not (inferred-Fd_realisability ?fd1 false_boolean)) (not (inferred-Fd_realisability ?fd2 false_boolean)) (system_in_mode ?f1 ?fd1) (system_in_mode ?f2 ?fd2) ) ) (not (inferred-f_activated f_generate_search_path)) (robot_started ?r) (pipeline_found ?p) ) :effect (and (pipeline_inspected ?p) ) )
The text was updated successfully, but these errors were encountered:
Rezenders
No branches or pull requests
The text was updated successfully, but these errors were encountered: