-
Notifications
You must be signed in to change notification settings - Fork 550
Closed as not planned
Description
The following model transformations are either weakly tested or not tested at all:
-
core.radix_linearization
-
core.remove_fixed_vars
-
core.nonnegative_vars
Each of these transformations perform nontrivial changes of the expression tree, and hence they should be reworked to use the new expression tree walker that has been developed on the expr_dev branch. But the fact that these are so poorly tested suggests that they are not used in practice.
Please comment on the utility of these transformations.