pywr / pywr-next

An experimental repository exploring ideas for a major revision to Pywr using Rust as a backend.
6 stars 4 forks source link

Bi-directional edge #182

Open jetuk opened 1 month ago

jetuk commented 1 month ago

Allow specifying an edge in the schema that is bi-directional. This would simply create one edge in each direction when building the model.

One thing to note will be that the user should see negative flow in that edge as the output if flow is going in the reverse direction.