-
-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Description
The current printing of variables looks as follows
@variables t x(t) z
(t(), x(t()), z())
In particular in bigger expressions this leads to a lot of visual noise.
Instead I would like to see the variables printed as follows:
@variables t x(t) z
(t, x(t), z)
This seems to be same behaviour as the recently introduced simplified_expr
.
Metadata
Metadata
Assignees
Labels
No labels