Map a function onto a boolean vector. Maps the function fun onto all the elements in a. The value returned from fun is stored in a new vector which is then returned. An example of a mapping function is bdd_not which can be used like this to negate all the BDDs in a.
|