Some items from the CVC4 public interface review:
authorMorgan Deters <mdeters@gmail.com>
Tue, 7 Aug 2012 18:38:49 +0000 (18:38 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 7 Aug 2012 18:38:49 +0000 (18:38 +0000)
commitb0deae79d8bae5051a85dc15e43e7b83bc8cf9ab
treed73fa7f9fb37077853f824dcecd2a1b8e4d22837
parentea5acaba821790dd240db779f2340fbe5fce0b8e
Some items from the CVC4 public interface review:

* rename DeclarationScope to SymbolTable
* rename all HashStrategy -> HashFunction (which we often have anyways)
* remove CDCircList (no one is currently using it)
45 files changed:
src/context/Makefile.am
src/context/cdcirclist.h [deleted file]
src/context/cdcirclist_forward.h [deleted file]
src/cvc4.i
src/expr/Makefile.am
src/expr/attribute_internals.h
src/expr/declaration_scope.cpp [deleted file]
src/expr/declaration_scope.h [deleted file]
src/expr/declaration_scope.i [deleted file]
src/expr/kind_template.h
src/expr/mkmetakind
src/expr/node_manager.h
src/expr/node_value.h
src/expr/symbol_table.cpp [new file with mode: 0644]
src/expr/symbol_table.h [new file with mode: 0644]
src/expr/symbol_table.i [new file with mode: 0644]
src/parser/cvc/Cvc.g
src/parser/parser.cpp
src/parser/parser.h
src/theory/arith/kinds
src/theory/arrays/array_info.h
src/theory/arrays/kinds
src/theory/booleans/kinds
src/theory/builtin/kinds
src/theory/bv/kinds
src/theory/datatypes/kinds
src/theory/ite_simplifier.h
src/util/array_store_all.h
src/util/ascription_type.h
src/util/bitvector.h
src/util/bool.h
src/util/datatype.h
src/util/hash.h
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.h
src/util/predicate.cpp
src/util/predicate.h
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.h
src/util/subrange_bound.h
src/util/uninterpreted_constant.h
test/unit/Makefile.am
test/unit/context/cdcirclist_white.h [deleted file]
test/unit/expr/declaration_scope_black.h [deleted file]
test/unit/expr/symbol_table_black.h [new file with mode: 0644]