#include <GTL/graph.h>
#include <Graph.h>
#include <NodeWeight.h>
Go to the source code of this file.
Classes | |
class | Tree |
Permite crear arboles, además de ofrecer algunos algoritmos básicos como el de organización en post-order. More... | |
Defines | |
#define | MAX(X, Y) (X) > (Y) ? : (X) : (Y) |
#define | MIN(X, Y) (X) < (Y) ? : (X) : (Y) |
#define | GAMMA(p, q) fabs(p-q) |
#define | GAMMA1(p, q) (fabs(p-q))>(1e-6) ? 1.0 : 0.0 |
#define GAMMA | ( | p, | |||
q | ) | fabs(p-q) |