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