This object holds all the data that's read from the JSON document. More...
#include <problem_description.hpp>
Public Member Functions | |
ProblemConstructionInfo (OR::EnvironmentBasePtr _env) | |
void | fromJson (const Value &v) |
Public Attributes | |
BasicInfo | basic_info |
vector< TermInfoPtr > | cost_infos |
vector< TermInfoPtr > | cnt_infos |
InitInfo | init_info |
OR::EnvironmentBasePtr | env |
RobotAndDOFPtr | rad |
This object holds all the data that's read from the JSON document.