Modifying constructor for ubdd/level structures.
(change-ubdd/level x [:ubdd <ubdd>] [:level <level>])
This is an often useful alternative to make-ubdd/level.
We construct a new ubdd/level structure that is a copy of
This is an ordinary
Macro:
(defmacro change-ubdd/level (x &rest args) (std::change-aggregate 'ubdd/level x args '((:ubdd . ubdd/level->ubdd) (:level . ubdd/level->level)) 'change-ubdd/level 'nil))