#include "ClusterAbstraction.h"
#include "GenericAStar.h"
#include <cfloat>
#include <cmath>
#include <limits>
Go to the source code of this file.
◆ verbose
const static int verbose = 0 |
|
static |
Definition at line 81 of file ClusterAbstraction.cpp.
Referenced by ClusterAbstraction::addAbsNodes(), PDBHeuristic< TOHState< patternDisks >, TOHMove, TOH< patternDisks >, TOHState< totalDisks > >::BuildPDBForward(), ClusterAbstraction::computeClusterPaths(), ClusterAbstraction::createAbstractGraph(), ClusterAbstraction::createClustersAndEntrances(), BFS< state, action, environment >::GetPath(), IDAStarCR< state, action, buckets, verbose >::GetPath(), EDAStar< state, action, verbose >::GetPath(), IDAStar< state, action, verbose >::GetPath(), gLSSLRTAStar< state, action, environment >::GetPath(), ClusterAbstraction::insertNode(), ClusterAbstraction::linkEntrancesAndClusters(), ClusterAbstraction::removeNodes(), gLSSLRTAStar< state, action, environment >::SetGCost(), and ClusterAbstraction::setUpParents().