Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Planer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beekmannju85374
Planer
Commits
dfaa8fb5
Commit
dfaa8fb5
authored
7 months ago
by
beekmannju85374
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
b6f28ed1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
dfaa8fb5
...
...
@@ -18,7 +18,7 @@ Load professors from a CSV file:
```
Or use the example professors
`p1`
to
`p5`
generated in the program.
### Calculate schedule
s
### 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 schedule
s
### 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment