Skip to main content
. 2025 Mar 27;13(7):749. doi: 10.3390/healthcare13070749
Algorithm 1 Hybrid approach
  • 1:

    Start: Medical Specialty m, planning horizon p, hospital(s) h

  • 2:

    Output: Patients Scheduling S

  • 3:

    capm;p;h

  • 4:

    Capacity Availability cap

  • 5:

    while  cap0   do

  • 6:

        Mathematical model S

  • 7:

        if waitinglist==0 Or validsolution then

  • 8:

            S

  • 9:

        else

  • 10:

            Chose another hospital

  • 11:

        end if

  • 12:

    end while

  • 13:

    return  S