Closed njtierney closed 6 years ago
Currently they are two separate functions: max_coverage_relocation and max_coverage.
max_coverage_relocation
max_coverage
They have slightly different options, in particular max_coverage_relocation has costs rather than a specified number of AEDs to add.
Not sure if there is a standard here, but just a thought. I'd prefer to keep the functions as simple as possible.
Closing this as I want to embrace functional programming as much as possible - so I am in favour of different functions for different tasks.
Currently they are two separate functions:
max_coverage_relocation
andmax_coverage
.They have slightly different options, in particular
max_coverage_relocation
has costs rather than a specified number of AEDs to add.Not sure if there is a standard here, but just a thought. I'd prefer to keep the functions as simple as possible.