retrieving back the addItem for mutableSet (needed for branchRecord)
[satune.git] / src / csolver.h
index 480790832fbfea2d46875394e4bbe529e2e68e20..42a62160b8eaf59fd4e9c8df9cf82f1d932a2e87 100644 (file)
@@ -27,7 +27,7 @@ public:
        /** This function adds a new item to a set. */
 
        //Deprecating this unless we need it...
-       //      void addItem(MutableSet *set, uint64_t element);
+       void addItem(MutableSet *set, uint64_t element);
 
        /** This function adds a new unique item to the set and returns it.
            This function cannot be used in conjunction with manually adding