summaryrefslogtreecommitdiff
path: root/examples/sets-translate
AgeCommit message (Collapse)Author
2015-06-30fix sets-translateKshitij Bansal
2014-08-24fix type in sets_translateKshitij Bansal
2014-07-01Update copyrights.Morgan Deters
2014-06-25rename subseteq to subset in smtlib, all kinds and smt operator names are ↵Kshitij Bansal
now consistent
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-19Fix make install-examples.Morgan Deters
2014-06-19basic fixes for sets translator, separate binariesKshitij Bansal
2014-06-08sets translate: a different translation using axiomsKshitij Bansal
todo: set logic correctly, split the code for two translators
2014-06-06sets translator: fix for dagsKshitij Bansal
2014-06-06Sets translate, and other short fixesKshitij Bansal
- $ is a simple symbol is smt2. - ever found yourself counting in kind.h? no longer. - expose parser "logic is set" state for smt/smt2 (any better way?) - a more helpful assertion message in smt_engine
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback