History log of /seL4-l4v-10.1.1/HOL4/src/HolSmt/SmtLib_Theories.sml
Revision Date Author Comments
# ff0d624e 31-May-2011 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Added parsing of SMT-LIB decimals as real numbers.


# 666c624a 10-Apr-2011 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Added (partial) support for shift operations that take two word arguments.


# bea1ea5f 26-Feb-2011 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Major update, adding a translation from HOL to SMT-LIB 2 and enabling Z3 proof
checking again. (The latter still has some quirks, because Z3's proof
syntax is not fully SMT-LIB 2 compliant.)


# d05b0ddc 02-Nov-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Made "and" and "or" right-associative. The alternative of making them left-
associative interacts badly with the existing implementation of Z3 proof
checking.


# b3643b11 25-Oct-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Z3 proof parser updated for Z3 2.13. The proof parser now uses the SMT-LIB
benchmark parser internally.


# b2787fe2 13-Oct-2010 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Added a parser for SMT-LIB 2 benchmarks.