Adds another set of finite domain blocks. Extends the set of finite domain blocks with the num domains in dom. Each entry in dom defines the size of a new finite domain which later on can be used for finite state machine traversal and other operations on finte domains. Each domain allocates BDD variables to be used later. The ordering is interleaved for the domains defined in each call to fdd_extdomain. This means that assuming domain needs 2 BDD variables and , and another domain needs 4 BDD variables and , then the order will be . The index of the first domain in dom is returned. The index of the other domains are offset from this index with the same offset as in dom. The BDD variables needed to encode the domain are created for the purpose and do not interfere with the BDD variables already in use.
|