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

#include "structs.h"

struct front_item * random_heuristic(struct data *);
struct online_return random_heuristic_online(struct data *, struct front_item *, struct tree_item *);

#endif