HOG2
Functions | Variables
SearchAlgorithm.cpp File Reference
#include "SearchAlgorithm.h"
#include <sys/time.h>
#include <sys/resource.h>
#include <stdint.h>
Include dependency graph for SearchAlgorithm.cpp:

Go to the source code of this file.

Functions

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

Variables

static const int verbose = 0
 

Function Documentation

◆ DoRandomPath()

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

Variable Documentation

◆ verbose

const int verbose = 0
static

Definition at line 24 of file SearchAlgorithm.cpp.

Referenced by DoRandomPath().