aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/UniqueString.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-21Make SparseVector work with move-only types.Neil1-0/+34
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed.