-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fairness of allocation in times of scarcity #726
Comments
This issue has been discussed with the RTC-Tools team, concluding that the objective for allocation flows for a given priority
If desired we could support custom weights for these terms as input from the modeller. |
Fixes #726. --------- Co-authored-by: Martijn Visser <[email protected]> Co-authored-by: Maarten Pronk <[email protected]>
Now that allocation is back to an LP solve per priority (#699), fairness in allocation has to be rethought.
On way to do it is to introduce a new variable$M$ to maximize, so the objective function becomes simply
with either constraints
so the objective is to maximize the minimum flow to a user, or
so the objective is to maximize the minimum demand fraction allocated to the users.
A problem with this is that this method doesn't 'care' about water that cannot be distributed fairly, so not all available water is distributed.
This isssue has been scheduled to be discussed with members of the RTC-Tools team.
The text was updated successfully, but these errors were encountered: