Skip to content
Snippets Groups Projects
Commit 643c3109 authored by beekmannju85374's avatar beekmannju85374 :writing_hand:
Browse files

Update README.md

parent f534301d
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,10 @@ _λ scheduleEven ["H","P"] "2024-04-04" "2024-07-30" p_
To see every possible schedule use _generateSchedules_ with the same parameters as _schedule_
To add a prof to a calculated schedule use:\
_addProfessor prof [Rooms] start endDate calculatedSchedule_
_λ addProfessor prof [Rooms] start endDate calculatedSchedule_
To add unavailability for a prof and try to find a new schedule use:\
_addProfUnavailability prof [UnavailDates] [Rooms] start endDate calculatedSchedule_
_λ addProfUnavailability prof [UnavailDates] [Rooms] start endDate calculatedSchedule_
## csv fortmat:
......@@ -37,7 +37,7 @@ they can have multiple projects
## example output:
_schedule ["H","P"] "2024-04-04" "2024-07-01" p_
_λ schedule ["H","P"] "2024-04-04" "2024-07-01" p_
![png](Example.png)
the csv:\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment