]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Fixes defects in how arrays, especially writes over ITE expressions work. I generate...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 28 Jul 2009 11:14:04 +0000 (11:14 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 28 Jul 2009 11:14:04 +0000 (11:14 +0000)
commit2757315ee9cd1e943ea1650300d9664f312e94bb
tree4f407bcff882364da910ef1984109058c1fcbfdc
parentcbc0cf6b4155a3598cbaaf48581256028a089ffc
Fixes defects in how arrays, especially writes over ITE expressions work.  I generated 25,000 problems with the attached array generator. All files pass if optimisations are disabled. There are still defects in the array simplification code.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@94 e59a4935-1847-0410-ae03-e826735625c1
AST/AST.cpp
AST/ToSAT.cpp
AST/Transform.cpp
generated_tests/ArrayGenerator.java [new file with mode: 0644]