Merge branch 'hamed' into brian
[satune.git] / src / csolver.h
index 495d3864dca23ebdca90cab1f7eec52f485e3fa2..bd90bf3054a5cbf85e4b506097391c2786e51d7d 100644 (file)
@@ -111,4 +111,7 @@ Order * createOrder(CSolver *, OrderType type, Set * set);
 
 /** This function instantiates a boolean on two items in an order. */
 Boolean * orderConstraint(CSolver *, Order * order, uint64_t first, uint64_t second);
+
+/** When everything is done, the client calls this function and then csolver starts to encode*/
+void startEncoding(CSolver*);
 #endif