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

refactor: Make the Parameter trait generic over the calculated value type #134

Closed jetuk closed 6 months ago

jetuk commented 7 months ago

This allows removing IndexParameter and MultiValueParameter traits, reducing code duplication.