cctools
bucketing_greedy.h
1 #ifndef BUCKETING_GREEDY_H
2 #define BUCKETING_GREEDY_H
3 
4 #include "bucketing.h"
5 #include "list.h"
6 
9 /* Calculate the buckets from a bucketing state
10  * @param the relevant bucketing state */
11 void bucketing_greedy_update_buckets(bucketing_state_t* s);
12 
15 #endif
bucketing_state_t
Definition: bucketing.h:45
list.h