I am looking for a class of boolean functions on $n$ variables with the following property:
I did some experiments with the CUDD package to no success.
Any ideas how to find an instance of such function?
(There is a chance such functions don't exist but I would not bet much money on this).
I think all pointer functions are hard for OBDDs and easy for a 2-OBDD. Example for such pointer functions are
It is known that for these function the OBDD size is exponential (see e.g. Branching Programs and Binary Decision Diagrams). But there is a polynomial 2-OBDD for these functions by parsing the address in the first phase and reading the relevant data in the second.
External links referenced by this document: