Adding the new tunable to the print function
[satune.git] / src / Tuner / tunable.cc
index 6a74926901adb287d4f9893fc3a7f24f2d5c547c..9d45407a21c2b0dba44409e368fe29ebac298f3a 100644 (file)
@@ -37,7 +37,21 @@ const char *tunableParameterToString(Tunables tunable) {
                return "EDGEENCODING";
        case MUSTEDGEPRUNE:
                return "MUSTEDGEPRUNE";
+       case ELEMENTOPT:
+               return "ELEMENTOPT";
+       case ELEMENTOPTSETS:
+               return "ELEMENTOPTSETS";
+       case PROXYVARIABLE:
+               return "PROXYVARIABLE";
+       case ENCODINGGRAPHOPT:
+               return "ENCODINGGRAPHOPT";
+       case NAIVEENCODER:
+               return "NAIVEENCODER";
+       case MUSTVALUE:
+               return "MUSTVALUE";
+       case VARIABLEORDER:
+               return "VARIABLEORDER";
        default:
                ASSERT(0);
        }
-}
\ No newline at end of file
+}