]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Remove old command line flags.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 10 Nov 2011 12:45:04 +0000 (12:45 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 10 Nov 2011 12:45:04 +0000 (12:45 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1409 e59a4935-1847-0410-ae03-e826735625c1

src/main/main.cpp

index ab94c36ae33a56c206856fedcb64461b14bffdd6..5908bbd4e224f5e4a2f44aa1445fcfb70d745e59 100644 (file)
@@ -126,12 +126,12 @@ int main(int argc, char ** argv) {
     "-a                     : disable potentially size-increasing optimisations\n";
   helpstring +=  
     "-b                     : print STP input back to cout\n";
-  helpstring +=
-    "-c                     : construct counterexample\n";
+  //helpstring +=
+  //  "-c                     : construct counterexample\n";
   helpstring +=  
     "--cryptominisat        : use cryptominisat2 as the solver\n";
-  helpstring +=
-    "-d                     : check counterexample\n";
+  //helpstring +=
+  //   "-d                     : check counterexample\n";
   helpstring +=  
     "--disable-cbitp        : disable constant bit propagation\n";
   helpstring +=