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

Update README.md

parent b6f28ed1
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Load professors from a CSV file:
```
Or use the example professors `p1` to `p5` generated in the program.
### Calculate schedules
### Calculate schedule
Calculate a schedule and create a LaTeX file in `presentations.tex`\
Schedule will also be saved in `presentations.txt`:
```haskell
......@@ -26,7 +26,7 @@ Schedule will also be saved in `presentations.txt`:
λ schedule ["H","P"] "2024-04-04" "2024-07-30" p
```
### Generate even schedules
### Generate even schedule
If you are unhappy with the room distribution, use `scheduleEven` to make it more even if possible:
```haskell
λ scheduleEven ["H","P"] "2024-04-04" "2024-07-30" p
......
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