summaryrefslogtreecommitdiffstats
path: root/src/sat/psat/m114p_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/psat/m114p_types.h')
-rw-r--r--src/sat/psat/m114p_types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sat/psat/m114p_types.h b/src/sat/psat/m114p_types.h
new file mode 100644
index 00000000..54a20c5c
--- /dev/null
+++ b/src/sat/psat/m114p_types.h
@@ -0,0 +1,9 @@
+// C-language header for MiniSat 1.14p
+
+#ifndef m114p_types_h
+#define m114p_types_h
+
+typedef int M114p_Solver_t;
+typedef int lit;
+
+#endif \ No newline at end of file