Skip to content

Add new systems involving stock constraints#5

Merged
Juliette-Gerbaux merged 3 commits intomainfrom
models/stock
Feb 21, 2024
Merged

Add new systems involving stock constraints#5
Juliette-Gerbaux merged 3 commits intomainfrom
models/stock

Conversation

@tbittar
Copy link
Collaborator

@tbittar tbittar commented Feb 12, 2024

No description provided.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • r(h+1) = r(h) + f_from(h) - f_to(h) ?
  • Dernière ligne : flow_to_pos plutôt que flow_from_to
  • Où sont déclarées r_0 et r_H ? (c'est r(0) et r(H)) ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r(0) et r(H) ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dans la synbtaxe des dessins, tu as mis ici sum(p) pour une somme temporelle, différente des sum(alpha) sur les ports qui veut dire complètement autre chose.

Dans le code, on a f.sum_connections() pour les sommes des contributions des ports et p.sum() pour les sommes temporelles. Comme tu as des sommes sur les ports a beaucoup d'endroit, tu peux changer ici pour time_sum(p) afin de différencier somme temporelle et somme sur les connections des ports

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Pourquoi une inégalité dans la dynamique ?
  • ... f_from(h) - f_to(h) dans la dynamique

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flow\from_to -> flow_to_pos dans la dernière ligne du modèle LinkWithStorage

@Juliette-Gerbaux Juliette-Gerbaux merged commit f6fa247 into main Feb 21, 2024
@Juliette-Gerbaux Juliette-Gerbaux deleted the models/stock branch February 21, 2024 09:22
aoustry added a commit that referenced this pull request May 13, 2025
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