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