]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Remove an unimplemented function from a header.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 12 Mar 2012 04:07:37 +0000 (04:07 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 12 Mar 2012 04:07:37 +0000 (04:07 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1590 e59a4935-1847-0410-ae03-e826735625c1

src/sat/MinisatCore.h
src/sat/MinisatCore_prop.h

index e81ce5ba4581304520c0013ab4a35864b3fcc573..30919c6d4e4549bab462fb1d50a9a7b67a765b3a 100644 (file)
@@ -33,6 +33,7 @@ namespace BEEV
     bool
     solve(); // Search without assumptions.
 
+    virtual
     bool
     simplify(); // Removes already satisfied clauses.
 
index c9e2d2bee8de20d58f10e9e37ba2a2fc956bd49a..92578f02296f73262fb90f2fdede82d12fcf5ebe 100644 (file)
@@ -36,9 +36,6 @@ namespace BEEV
     bool
     solve(); // Search without assumptions.
 
-    bool
-    simplify(); // Removes already satisfied clauses.
-
     virtual uint8_t modelValue(Var x) const;
 
     virtual Var newVar();