]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Propositional ITEs as per SMTLIB.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 23 May 2009 15:11:23 +0000 (15:11 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 23 May 2009 15:11:23 +0000 (15:11 +0000)
commit4b46d1fca989dd1871af0de98d3423db5be69ba9
tree0c75ab19fc7ff2bb73adc148ec1dcf75f15b96ef
parent1e7ed243f55a59117e73079967b4f1752d026d4e
Propositional ITEs as per SMTLIB.

* Previously the "if_then_else" function not the "ite" function handled "then" and "else"'s which were propositional. Now the "ite" does both.
* Remove deprecation warnings.. Will fix later.
* Fix the BVTypecheck for ITEs.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@81 e59a4935-1847-0410-ae03-e826735625c1
AST/AST.cpp
AST/AST.h
Makefile.common
parser/smtlib.lex
parser/smtlib.y
simplifier/simplifier.cpp