Adding checks to avoid further processing on UNSAT Problems
[satune.git] / src / csolver.h
index d7ccdb53ee3bd58f46857b7ceb496fa7440b1923..54012dee4ae3adf9deafd7b172dd573d539777c0 100644 (file)
@@ -126,7 +126,7 @@ public:
 
        /** When everything is done, the client calls this function and then csolver starts to encode*/
        int solve();
 
        /** When everything is done, the client calls this function and then csolver starts to encode*/
        int solve();
-
+       
        /** After getting the solution from the SAT solver, client can get the value of an element via this function*/
        uint64_t getElementValue(Element *element);
 
        /** After getting the solution from the SAT solver, client can get the value of an element via this function*/
        uint64_t getElementValue(Element *element);