#include <eyebot.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "tracking.h"
#include "visual.h"
#include "constgp.h"
#include "gp.h"
#define  DEBUG 0

Tree CreateTree(char *filename);

int compute(Node n);

double distance(void);

