You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, `structural_simplify` also replaces symbolic `constants` with
140
+
their default values. This allows additional simplifications not possible
141
+
if using `parameters` (eg, solution of linear equations by dividing out
142
+
the constant's value, which cannot be done for parameters since they may
143
+
be zero).
144
+
136
145

137
146
138
147
Note that similarly the indexing of the solution works via the names, and so
0 commit comments