]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Use simplifying minisat for unit tests.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 23 Jun 2010 15:47:01 +0000 (15:47 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 23 Jun 2010 15:47:01 +0000 (15:47 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@871 e59a4935-1847-0410-ae03-e826735625c1

unit_test/unit_test.sh

index 8369910907914130af5d12a6f896131c325be121..cb2d7d6f9adc907c8b4ead8fed1cf116f1cb1fa7 100755 (executable)
@@ -7,7 +7,7 @@ rm output_*.cnf
 
 files=`ls -1 -S *.smt2`
 for f in $files; do
-       stp --output-CNF $f
+       stp --simplifying-minisat --output-CNF $f
        cnf=`cat output_*.cnf  | wc -l`
        if [ $cnf -gt 3 ] ; then
                exit 10