summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-06-30 13:28:09 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-06-30 13:28:09 -0400
commitb06d25a020240fa455798308418ad802f9f40ea3 (patch)
tree8203c68da0861a823674b942595ae8cfbfeac256 /NEWS
parent7c009ac38ef5ccda070d8d7fb3955273574e94eb (diff)
parentfa53ae111cd314f455456a884f1247bb9b8e2c7b (diff)
Merge pull request #47 from kbansal/sets
Sets theory operators in SMTLIB2 and kinds to use from API have changed. They now are: SMTLIB: emptyset, singleton*, insert*, union, intersection, setminus, member*, subset* API: EMPTYSET, SINGLETON*, INSERT*, UNION, INTERSECTION, SETMINUS, MEMBER, SUBSET (those marked with [*] have changed or been added, others are as earlier) In the set-logic string use FS to enable sets. A not-so-well-tested perl command for translating old benchmarks: perl -pi -e 's/\(set-logic (.+)_SETS\)/\(set-logic \1FS\)/; s/\(in\b/\(member/g; s/\(setenum\b/\(singleton/g; s/\(subseteq\b/\(subset/g; '
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback