Skip to content

Parameter should be able to take other Parameters in their expression #182

Closed
@briandrawert

Description

@briandrawert

Example: K1 = 2*K2

So you could have:

k1 = Parameter("k1", expression="1");
k2 = Parameter("k2", expression="2*k1");
model.add_parameter([k1,k2]);

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions