Algorithm 1 Hybrid approach |
-
1:
Start: Medical Specialty m, planning horizon p, hospital(s) h
-
2:
Output: Patients Scheduling S
-
3:
-
4:
Capacity Availability
-
5:
while
do
-
6:
Mathematical model S
-
7:
if then
-
8:
S
-
9:
else
-
10:
Chose another hospital
-
11:
end if
-
12:
end while
-
13:
return
S
|