improvements to sets sharing
authorKshitij Bansal <kshitij@cs.nyu.edu>
Thu, 3 Jul 2014 23:17:18 +0000 (19:17 -0400)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Sun, 24 Aug 2014 20:47:34 +0000 (16:47 -0400)
commit2482d287fe3ebcd78e6ebd9a4910d1646251b3fe
tree850744bc778544f8192724f60872708da7d91426
parent4fc241d26515113365024b5f4ae23086b366a623
improvements to sets sharing

* Add TheorySets::getEqualityStatus(TNode, TNode)
* Add TheorySets::getModelValue(TNode)
src/theory/arith/theory_arith_private.cpp
src/theory/sets/options
src/theory/sets/theory_sets.cpp
src/theory/sets/theory_sets.h
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/sets/theory_sets_type_rules.h
src/theory/theory_engine.cpp
src/util/partitions.h [new file with mode: 0644]