#include <planner.h>
Inheritance diagram for IncrementalPlanner::
Public Methods | |
IncrementalPlanner (Problem *problem) | |
A constructor that initializes data members. | |
~IncrementalPlanner () | |
virtual void | Construct () |
Essentially do nothing (no precomputation for incremental planners). | |
void | RecordSolution (const list< MSLNode *> &glist, const list< MSLNode *> &g2list) |
Convert a path in the graph to Path and Policy. | |
void | RecordSolution (const list< MSLNode *> &glist) |
virtual void | WriteGraphs (ofstream &fout) |
Write trees to a file. | |
virtual void | ReadGraphs (ifstream &fin) |
Read trees from a file. |
|
A constructor that initializes data members.
|
|
|
|
Essentially do nothing (no precomputation for incremental planners).
Reimplemented from Planner. |
|
Read trees from a file.
Reimplemented from Planner. |
|
|
|
Convert a path in the graph to Path and Policy.
|
|
Write trees to a file.
Reimplemented from Planner. |