No description
bdd_uniquecomp, bdd_appexcomp, bdd_appallcomp, bdd_appunicomp): Declare for C and C++. * src/bddop.c (CACHEID_EXISTC, CACHEID_FORALLC, CACHEID_UNIQUEC, CACHEID_APPEXC, CACHEID_APPALC, CACHEID_APPUNCC): New macros. (quatvarsetcomp): New variables. (varset2vartable): Take a second argument to indicate negation, set quatvarsetcomp. (INVARSET): Honor quatvarsetcomp. (quantify): New function, extracted from bdd_exist, bdd_forall, and bdd_appunicomp. (bdd_exist, bdd_forall, bdd_appunicomp): Use quantify. (bdd_existcomp, bdd_forallcomp, bdd_appunicompcomp): New functions. (appquantify): New function, extracted from bdd_appex, bdd_appall, and bdd_appuni. (bdd_appex, bdd_appall, bdd_appuni): Use appquantify. (bdd_appexcomp, bdd_appallcomp, bdd_appunicomp): New functions. * src/bddop.c (bdd_support): Return bddtrue when the support is empty, because variable sets are conjunctions. |
||
|---|---|---|
| buddy | ||
| doc | ||
| iface | ||
| lbtt | ||
| m4 | ||
| src | ||
| tools | ||
| wrap | ||
| .cvsignore | ||
| ChangeLog | ||
| configure.ac | ||
| HACKING | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
Layout of the source tree ========================= Core directories ---------------- src/ Sources for libspot. ltlast/ LTL abstract syntax tree. ltlenv/ LTL environments. ltlparse/ Parser for LTL formulae. ltlvisit/ Visitors of LTL formulae. ltltest/ Tests for ltlast/, ltlenv/, ltlparse/, and ltlvisit/. misc/ Miscellaneous support files. tgba/ TGBA objects and cousins. tgbaalgos/ Algorithms on TGBAs. tgbaparse/ Parser for explicit TGBAs. tgbatest/ Tests for tgba/, tgbaalgos/, and tgbaparse/. doc/ Documentation for libspot. spot.html/ HTML manual. spot.latex/ Sources for the PDF manual. (No distributed, can be rebuilt.) spotref.pdf PDF manual. wrap/ Wrappers for other languages. iface/ Interfaces to other libraries. gspn/ GreatSPN interface. Third party softwares --------------------- buddy/ A patched version of BuDDy 2.2 (a BDD library). lbtt/ A patched version of lbtt 1.0.1 (an LTL to Büchi automata test bench). Build-system stuffs ------------------- m4/ M4 macros used by configure.ac. tools/ Helper scripts used during the build.