HOG2
Classes | Functions
SearchAlgorithm.h File Reference
#include "Graph.h"
#include "Path.h"
#include "MapAbstraction.h"
#include "UnitSimulation.h"
#include "ReservationProvider.h"
Include dependency graph for SearchAlgorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SearchAlgorithm
 A generic algorithm which can be used for pathfinding. More...
 

Functions

void DoRandomPath (GraphAbstraction *aMap, SearchAlgorithm *sa, bool repeat=false)
 

Function Documentation

◆ DoRandomPath()

void DoRandomPath ( GraphAbstraction aMap,
SearchAlgorithm sa,
bool  repeat = false 
)