edits
[satune.git] / src / csolver.h
index 42a62160b8eaf59fd4e9c8df9cf82f1d932a2e87..e49278116f5a00119ee9f8091b3aaa21b2ee80e9 100644 (file)
@@ -34,6 +34,11 @@ public:
            items to the set. */
 
        uint64_t createUniqueItem(MutableSet *set);
+       
+       /**
+        * Freeze and finalize the mutableSet ...
+        */
+       void finalizeMutableSet(MutableSet* set);
 
        /** This function creates an element variable over a set. */