edits
[satune.git] / src / csolver.h
index feec9e6d40c8f8f5e9a0da62ac2e597df5a0c1c0..e49278116f5a00119ee9f8091b3aaa21b2ee80e9 100644 (file)
@@ -26,6 +26,7 @@ public:
 
        /** This function adds a new item to a set. */
 
+       //Deprecating this unless we need it...
        void addItem(MutableSet *set, uint64_t element);
 
        /** This function adds a new unique item to the set and returns it.
@@ -33,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. */