declare-sort, define-sort working but not thoroughly tested; define-fun half working...
authorMorgan Deters <mdeters@gmail.com>
Wed, 6 Oct 2010 08:31:35 +0000 (08:31 +0000)
committerMorgan Deters <mdeters@gmail.com>
Wed, 6 Oct 2010 08:31:35 +0000 (08:31 +0000)
commitce4a5fe6a2529f11eaff66b6cdcdb32ef5309323
tree4ff6643e38469ceb84cd6791c5cbc295f625a735
parent4c9f8d2b58d274e5bfea5fa28b02f005af71ef39
declare-sort, define-sort working but not thoroughly tested; define-fun half working (just need to decide where to expand)
30 files changed:
src/context/cdmap.h
src/context/cdmap_forward.h [new file with mode: 0644]
src/context/cdset.h
src/expr/Makefile.am
src/expr/declaration_scope.cpp
src/expr/declaration_scope.h
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/mkmetakind
src/expr/node.cpp
src/expr/node.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/type.cpp
src/expr/type.h
src/expr/type_node.cpp
src/expr/type_node.h
src/parser/parser.cpp
src/parser/parser.h
src/parser/smt/smt.cpp
src/parser/smt2/Smt2.g
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/builtin/kinds
src/theory/builtin/theory_builtin_type_rules.h
src/theory/bv/kinds
src/theory/uf/kinds
src/util/hash.h