Skip to content

Change printing of variables #158

@saschatimme

Description

@saschatimme

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions