HOG2
|
#include "MinimalSectorAbstraction.h"
#include <queue>
#include "GenericAStar.h"
#include "Map2DEnvironment.h"
Go to the source code of this file.
Macros | |
#define | DIAG_MOVES |
#define | max(a, b) (((a)>(b))?(a):(b)) |
#define DIAG_MOVES |
Definition at line 37 of file MinimalSectorAbstraction.cpp.
#define max | ( | a, | |
b | |||
) | (((a)>(b))?(a):(b)) |
Definition at line 40 of file MinimalSectorAbstraction.cpp.