From: trevor_hansen Date: Fri, 4 Sep 2009 13:56:44 +0000 (+0000) Subject: Header file I meant to checkin with #180 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3249822be39fed703102c8f7736699b26a2dea59;p=francis%2Fstp.git Header file I meant to checkin with #180 git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@184 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/sat/sat.h b/src/sat/sat.h new file mode 100644 index 0000000..f17456c --- /dev/null +++ b/src/sat/sat.h @@ -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_ */