Minotaur 0.4.1
Docs for developers
|
Define class NodeHeap for storing active nodes. More...
#include <algorithm>
#include <cmath>
#include "MinotaurConfig.h"
#include "Node.h"
#include "NodeHeap.h"
Namespaces | |
namespace | Minotaur |
Functions | |
bool | Minotaur::valueGreaterThan (ConstNodePtr n1, ConstNodePtr n2) |
bool | Minotaur::depthGreaterThan (ConstNodePtr n1, ConstNodePtr n2) |
Define class NodeHeap for storing active nodes.