extended smt parser for the finite relations
authorPaulMeng <baolmeng@gmail.com>
Mon, 15 Feb 2016 23:36:07 +0000 (17:36 -0600)
committerPaulMeng <baolmeng@gmail.com>
Mon, 15 Feb 2016 23:36:07 +0000 (17:36 -0600)
commit51fbe09f8b16ad0a49b2add0801b2963de08427e
tree4dbdd7df1a5b2181b7ac1f32725595b5be998d86
parent371c0799fa38452c2186efd268c73a42c282c96e
extended smt parser for the finite relations
fixed typing rules for relational terms
added a benchmark example for the theory of finite relations
src/parser/smt2/smt2.cpp
src/printer/smt2/smt2_printer.cpp
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_rels.cpp
src/theory/sets/theory_sets_rels.h
src/theory/sets/theory_sets_type_rules.h
test/regress/regress0/sets/Makefile.am
test/regress/regress0/sets/rels/rel.cvc [new file with mode: 0644]