Mercurial
Mercurial
>
repos
>
isabelle
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/HOL/Tools/SMT/smt_translate.ML
Wed, 17 Nov 2010 08:14:56 +0100
boehmes
use the const antiquotation for constants (this checks that the constant is declared, whereas the more general term antiquotation treats undeclared names as free variable)
file
|
diff
|
annotate
Fri, 29 Oct 2010 18:17:04 +0200
boehmes
introduced SMT.distinct as a representation of the solvers' built-in predicate; check that SMT.distinct is always applied to an explicit list
file
|
diff
|
annotate
Tue, 26 Oct 2010 11:39:26 +0200
boehmes
keep track of theorems initially given to SMT (even if they are rewritten); provide interface to filter theorems necessary for SMT proofs
file
|
diff
|
annotate
Sun, 19 Sep 2010 00:29:13 +0200
boehmes
do not treat natural numbers as a datatype (natural numbers are considered an abstract type with a coercion to integers)
file
|
diff
|
annotate
Fri, 17 Sep 2010 10:52:35 +0200
boehmes
add full support for datatypes to the SMT interface (only used by Z3 in oracle mode so far); added store to keep track of datatype selector functions
file
|
diff
|
annotate
Thu, 16 Sep 2010 06:49:46 +0200
boehmes
reverse order of datatype declarations so that declarations only depend on already declared datatypes
file
|
diff
|
annotate
Mon, 13 Sep 2010 06:02:47 +0200
boehmes
added preliminary support for SMT datatypes (for now restricted to tuples and lists); only the Z3 interface (in oracle mode) makes use of it, there is especially no Z3 proof reconstruction support for datatypes yet
file
|
diff
|
annotate
Wed, 26 May 2010 15:34:47 +0200
boehmes
hide constants and types introduced by SMT,
file
|
diff
|
annotate
Wed, 12 May 2010 23:54:04 +0200
boehmes
layered SMT setup, adapted SMT clients, added further tests, made Z3 proof abstraction configurable
file
|
diff
|
annotate
Wed, 12 May 2010 23:54:02 +0200
boehmes
integrated SMT into the HOL image
file
|
diff
|
annotate
less
more
(0)
tip