CUDD: Quantification of ZDDs
问题 I'm working with CUDD (https://github.com/ivmai/cudd) to use bdd and zdd functionality for model checking, and am wondering how i can quantify over zdds. For bdds there are the functions bddExistAbstract and bddUnivAbstract (see http://web.mit.edu/sage/export/tmp/y/usr/share/doc/polybori/cudd/cuddAllDet.html#Cudd_bddUnivAbstract). The manual says that the functions universally and existentially abstracts out the given variables from the bdd (in cover form). I dont quite know what they mean