Fawkes API
Fawkes Development Version
|
#include <pddl_ast.h>
Public Attributes | |
std::string | name |
The name of the problem. More... | |
std::string | domain_name |
The name of the domain this problem belongs to. More... | |
pairs_multi_consts | objects |
A typed list of objects in the domain. More... | |
std::vector< Expression > | init |
A list of facts that are initially true. More... | |
Expression | goal |
The goal of the problem. More... | |
A structured representation of a PDDL problem.
Definition at line 123 of file pddl_ast.h.
std::string pddl_parser::Problem::domain_name |
The name of the domain this problem belongs to.
Definition at line 128 of file pddl_ast.h.
Expression pddl_parser::Problem::goal |
The goal of the problem.
Definition at line 134 of file pddl_ast.h.
std::vector<Expression> pddl_parser::Problem::init |
A list of facts that are initially true.
Definition at line 132 of file pddl_ast.h.
std::string pddl_parser::Problem::name |
The name of the problem.
Definition at line 126 of file pddl_ast.h.
pairs_multi_consts pddl_parser::Problem::objects |
A typed list of objects in the domain.
Definition at line 130 of file pddl_ast.h.