aboutsummaryrefslogtreecommitdiffstats
path: root/include/random_heuristic.h
blob: 586777eb4a2f05028ebbcdd19232513b9fd79bb7 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _RANDOM_HEURISTIC_H
#define _RANDOM_HEURISTIC_H

#include "structs.h"

struct front_item * random_heuristic(struct data *);

#endif