]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Refactoring. This creates a separate ClauseList class that holds the pointers to...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Apr 2010 10:53:16 +0000 (10:53 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Apr 2010 10:53:16 +0000 (10:53 +0000)
commitef88e39841eee4e15b1f3abc6058171b7e4b4f79
treed7402fdccb7548ab3475e27b9d21800abb947ef8
parenta25adf39e7d33fffeec5944f4c140b938336b487
Refactoring. This creates a separate ClauseList class that holds the pointers to the CNF's clauses. I've just moved stuff around, so nothing should break/ work better.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@729 e59a4935-1847-0410-ae03-e826735625c1
src/AST/AST.h
src/to-sat/ClauseList.cpp [new file with mode: 0644]
src/to-sat/ClauseList.h [new file with mode: 0644]
src/to-sat/Makefile
src/to-sat/ToCNF.cpp
src/to-sat/ToCNF.h
src/to-sat/ToSAT.cpp