]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Adds the push(n) and pop(n) instructions to the SMTLIB2 command language. Previously...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 27 Jun 2011 02:12:57 +0000 (02:12 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 27 Jun 2011 02:12:57 +0000 (02:12 +0000)
commit95565ce590b569639c99317b546950f587f603b1
tree42f984330ba99eaafbb48ae54a046c21f5b7a666
parent1d1e1873256ddea2f6eb1354b1c815c1aa8759bc
Adds the push(n) and pop(n) instructions to the SMTLIB2 command language. Previously hitting the EOF would trigger a check for satisfiability. Now, you need to explicitly call (check-sat).

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1357 e59a4935-1847-0410-ae03-e826735625c1
src/main/Globals.h
src/main/main.cpp
src/parser/ParserInterface.h
src/parser/smt2.lex
src/parser/smt2.y