Support for relational operators identity and join image
authorPaul Meng <baolmeng@gmail.com>
Thu, 20 Apr 2017 19:04:24 +0000 (14:04 -0500)
committerPaul Meng <baolmeng@gmail.com>
Thu, 20 Apr 2017 19:04:24 +0000 (14:04 -0500)
commit7152d6136fc8bd4701d9440ba3eee6bb7bf3a16c
tree9012cc085fcde111d5a0609441415cdbb1a7b460
parentc110fa8d07b5650c671b99797c17822e757bc52f
Support for relational operators identity and join image
18 files changed:
src/parser/cvc/Cvc.g
src/printer/cvc/cvc_printer.cpp
src/theory/sets/kinds
src/theory/sets/theory_sets_rels.cpp
src/theory/sets/theory_sets_rels.h
src/theory/sets/theory_sets_rewriter.cpp
src/theory/sets/theory_sets_type_rules.h
test/regress/regress0/rels/Makefile.am
test/regress/regress0/rels/iden_0.cvc [new file with mode: 0644]
test/regress/regress0/rels/iden_1.cvc [new file with mode: 0644]
test/regress/regress0/rels/iden_1_1.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_0.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_0_1.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_0_2.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_1.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_1_1.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_2.cvc [new file with mode: 0644]
test/regress/regress0/rels/joinImg_2_1.cvc [new file with mode: 0644]