12 #ifndef M4RI_GRAYFLEX_H 13 #define M4RI_GRAYFLEX_H 39 #define __M4RI_MAXKAY 16 82 extern code **m4ri_codebook;
93 int m4ri_gray_code(
int i,
int l);
107 void m4ri_build_code(
int *ord,
int *inc,
int l);
118 void m4ri_build_all_codes(
void);
129 void m4ri_destroy_all_codes(
void);
146 int m4ri_opt_k(
int a,
int b,
int c);
148 #endif // M4RI_GRAYFLEX_H int * ord
Definition: graycode.h:69
Gray codes.
Definition: graycode.h:65
int * inc
Definition: graycode.h:73