Map a function onto a boolean vector. Maps the function fun onto all the elements in a, b and c. The value returned from fun is stored in a new vector which is then returned. An example of a mapping function is bdd_ite which can be used like this to calculate the if-then-else function for each element in a, b and c.
|