]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Header file I meant to checkin with #180
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 4 Sep 2009 13:56:44 +0000 (13:56 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 4 Sep 2009 13:56:44 +0000 (13:56 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@184 e59a4935-1847-0410-ae03-e826735625c1

src/sat/sat.h [new file with mode: 0644]

diff --git a/src/sat/sat.h b/src/sat/sat.h
new file mode 100644 (file)
index 0000000..f17456c
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef SAT_H_
+#define SAT_H_
+
+#include "core/Solver.h"
+#include "core/SolverTypes.h"
+//#include "../sat/simp/SimpSolver.h"
+//#include "../sat/unsound/UnsoundSimpSolver.h"
+
+
+#endif /* SAT_H_ */
+#ifndef SAT_H_
+#define SAT_H_
+
+#include "core/Solver.h"
+#include "core/SolverTypes.h"
+//#include "../sat/simp/SimpSolver.h"
+//#include "../sat/unsound/UnsoundSimpSolver.h"
+
+
+#endif /* SAT_H_ */