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