Adding the c wrapper for CSolver
[satune.git] / src / Test / funcencodingtest.cc
old mode 100755 (executable)
new mode 100644 (file)
index e3baeb9..72a0a83
@@ -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",