Adding the c wrapper for CSolver
[satune.git] / src / Test / funcencodingtest.cc
index e3baeb95799c8f81d53e4152834fa1f93bad9bf9..72a0a8389a2540069d6e00ac8a705c67f8379cb0 100644 (file)
@@ -72,6 +72,7 @@ int main(int numargs, char **argv) {
        Element *inputs2 [] = {e7, e6};
        BooleanEdge pred = solver->applyPredicate(gt, inputs2, 2);
        solver->addConstraint(pred);
+       solver->serialize();
 
        if (solver->solve() == 1)
                printf("e1=%" PRIu64 " e2=%" PRIu64 " e7=%" PRIu64 "\n",