Planning module implemented in Prolog used to generate room schedules.
-
Generating the best schedule for one room. BetterScheduling.pl
-
Generating a good schedule for one room. GoodScheduling.pl
-
Assigning multiple operations to different rules. AssignOperations.pl
-
Generating scheduling for multiples rooms. MultipleRoomsScheduling.pl
The repo includes a SWI-Prolog Server and Data for testing.
Sprint2 - Report.pdf Sprint3 - Report.pdf
To run the SurgicalSync - Planning Module, follow these steps:
- a) Ensure that SWI-Prolog is installed on your system.
- b) Consult one of the chosen files.