#include "Profile.h"
#include <stdio.h>
#include <stdlib.h>
#include "Random.h"
#include "Params.h"
#include "Global.h"
Functions | |
void | read_profiles (char *filename) |
int | is_visited (int pos, int prof, int day) |
Variables | |
Profile | Prof [100] |
int | Profiles = 0 |
int is_visited | ( | int | pos, | |
int | prof, | |||
int | day | |||
) |
void read_profiles | ( | char * | filename | ) |
int Profiles = 0 |