my data sets format as follows:
1. Event / Patients treated / patients non treated
2. Event / Doctor / speciality.
3. Event / number of doctors involved in best case / worst case
scenario
my constraints are: number of patients non treated should not exceed a
parameter X.
Output: How much doctors to allocate from each speciality.
I hope this explains my problem, I am just asking for a good approach
if this should use linear programming the finding an optimal solution
using genetic algorithms? any suggestions I would appreciate it.