Skip to content

Enable Pre(...) on full stataments #4095

@TorkelE

Description

@TorkelE

Currently, when creating events where teh affect depends on multiple symbolic variables, you have to do Pre on each, e.g.

@variables X(t)
@parameters Xup
event = [1.0] => [X ~ Pre(X) + Pre(Xup)]

if would be much easier if you could just Pre the entire RHS:

event = [1.0] => [X ~ Pre(X + Xup)]

Metadata

Metadata

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