Fixing autoTuner's bug + making logs more legible
[satune.git] / src / Tuner / tunable.h
index 9edcd3c828a53cacf54deeea49bbea0e4ceae10d..fcc97be9e8295b63401073138c5dcd993e7afb26 100644 (file)
@@ -41,4 +41,6 @@ static TunableDesc offon(0, 1, 0);
 
 enum Tunables {DECOMPOSEORDER, MUSTREACHGLOBAL, MUSTREACHLOCAL, MUSTREACHPRUNE, OPTIMIZEORDERSTRUCTURE, ORDERINTEGERENCODING, PREPROCESS, NODEENCODING, EDGEENCODING, MUSTEDGEPRUNE};
 typedef enum Tunables Tunables;
+
+const char* tunableParameterToString(Tunables tunable);
 #endif