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