Adding a directed search based config for the tuner
[satune.git] / src / Tuner / searchtuner.h
index 26fd8df51a66004fa23c1fda5462902811320cd9..612f60e174f826b239911d817428d458fb92a223 100644 (file)
@@ -59,6 +59,12 @@ private:
        HashsetTunableSetting usedSettings;
        /** Settings contains all settings. */
        HashsetTunableSetting settings;
+#ifdef STATICENCGEN
+        bool graphEncoding;
+        ElementEncodingType naiveEncoding;
+public:
+        int nextStaticTuner();
+#endif
 };