Open-Source-Spatial-Clean-Cooking-Tool / OnStove

This repository contain the general code for the Open Source Spatial Clean Cooking Tool OnStove
MIT License
7 stars 8 forks source link

Generalize `maximum_net_benefit` method #315

Closed camiloramirezgo closed 1 year ago

camiloramirezgo commented 1 year ago

Rewrite the maximum_net_benefit method from the model class, to make it work for any number of technologies that support partially cooking. This can be done by implementing a while loop that checks the sum of households supplied against the total households in each cell, and tracks that until all household get supplied.

camiloramirezgo commented 1 year ago

This issue is a duplicate of #310