Support for set compliment and universe set. Simplify approach for sep.nil nodes.
authorajreynol <andrew.j.reynolds@gmail.com>
Mon, 6 Mar 2017 15:39:03 +0000 (09:39 -0600)
committerajreynol <andrew.j.reynolds@gmail.com>
Mon, 6 Mar 2017 15:39:20 +0000 (09:39 -0600)
commitd73fdfe7e1fe071670a7e5f843c7609db290b63e
treeff8ad52565f6a149689668f74957292486b2eeab
parent5f096cbd59afa98e8b3c7e7e7aa0b6df3c7e01b0
Support for set compliment and universe set. Simplify approach for sep.nil nodes.
19 files changed:
src/expr/Makefile.am
src/expr/sepconst.cpp [deleted file]
src/expr/sepconst.h [deleted file]
src/parser/cvc/Cvc.g
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/smt2/smt2_printer.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/trigger.cpp
src/theory/sep/kinds
src/theory/sep/theory_sep_type_rules.h
src/theory/sets/kinds
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/sets/theory_sets_rewriter.cpp
src/theory/sets/theory_sets_type_rules.h
test/regress/regress0/sets/Makefile.am
test/regress/regress0/sets/univset-simp.smt2 [new file with mode: 0644]