- Merged in the branch cdlist-cleanup.
authorTim King <taking@cs.nyu.edu>
Mon, 2 Apr 2012 20:56:55 +0000 (20:56 +0000)
committerTim King <taking@cs.nyu.edu>
Mon, 2 Apr 2012 20:56:55 +0000 (20:56 +0000)
commit1a558a30bec496444742ed75c0a6973d9789daf7
tree81d5f4aedc3a320c4b95945c71a1e3cf0d8e88af
parentf9d3552033d8214c833b58ed54d99c836de4ce37
- Merged in the branch cdlist-cleanup.
- This adds a CleanUp template argument to CDList.
- CDChunkList<T> replaces the CDList specialization for ContextMemoryAllocator.
- CDVector<T> has been simplified and improved.
- The expected performance impact is negligible.
14 files changed:
src/context/cdchunk_list.h [new file with mode: 0644]
src/context/cdlist.h
src/context/cdlist_context_memory.h [deleted file]
src/context/cdlist_forward.h
src/context/cdqueue.h
src/context/cdvector.h
src/theory/arith/partial_model.h
src/theory/arrays/theory_arrays.h
src/theory/datatypes/theory_datatypes.h
src/util/congruence_closure.h
test/unit/context/cdlist_black.h
test/unit/context/cdlist_context_memory_black.h
test/unit/context/cdmap_black.h
test/unit/context/cdvector_black.h