summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/fuzz15201.smt2
AgeCommit message (Collapse)Author
2018-02-15Refactor regressions (#1581)Andrew Reynolds
2014-06-30Use FS as the set-logic string for theory of setsKshitij Bansal
2014-06-22Renaming of SMT2 operator names, kinds for set theoryKshitij Bansal
* SET_SINGLETON kind renamed to just SINGLETON * "setenum" smt2 opertor renamed to "singleton"[1] * "in" smt2 operator renamed to "member"[2] [1] It was anyhow accepting exactly one argument, so was bit misleading to call set enumerator. [2] The corresponding kind was called MEMBER, so this will also make them consistent. Only inconsistency now is for subset: kind is called SUBSET but operator is called "subseteq".
2014-06-11fix in sets rewriterKshitij Bansal
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback