Skip to content

Conversation

@tbittar
Copy link
Collaborator

@tbittar tbittar commented Jun 25, 2024

This PR aims at correcting two bugs :

  • Representation of expressions with a lot of terms e.g. connection of an important number of components on the same port
  • Ability to use parameter-dependent expressions in linear expressions coefficient and constants

The main logic is to de-recursify the representation of linear expression, sending most of the processing from the visitors to operator overloads. We keep AST for expressions involving only parameters (coefficient and constants in a linear expression)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants