CSE5311 Doctors Scheduler - UTA
Our codes are implemented using C# in Microsoft Visual C#.Net. After unzipping the files, you can click on the file to open the programs on Microsoft Development Environment. To compile the programs, you can use Build option and Start (or F5) option to run the programs. It is a command line program. It prompts you for number of days and number of available doctors. After getting this basic information, it will randomly generate hospital demand for number of doctors needed on each day, and doctors availability. Program is also capable of taking completely manual data from command line but you need to modify source code for it. After taking input it will try to find a schedule, if succeeded it will display the schedule. If no such schedule was possible it will automatically go into part (b) and ask you for parameter C. It will then again try to come up with a new schedule. If succeeded it will display schedule else it will give you a message stating no such schedule is possible. Exit program by typing control-C.
Zipped