#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/time.h>
#include <errno.h>
#include <pvm3.h>
#include "chromo.h"
#include "genetic.h"
#include "data.h"
#include "main.h"
#include "xmlsup.h"
#include "modsup.h"
#include "error.h"
#include "transfer.h"
#include "params.h"
#include "cache.h"
#include "depend.h"
#include "gettext.h"
#include "assert.h"
Functions | |
static int | lsearch_domain_check (int tupleid, int typeid, int resid) |
static void | lsearch_table (table *t) |
void | main_exit () |
Free memory allocated by the main program. | |
void | main_rand_init () |
Initializes random generator. | |
int | main_loop () |
static void | send_fitness_info () |
int | main (int argc, char *argv[]) |
Variables | |
static population * | pop = NULL |
int | parent |