Each day (column) needs one of each shift type (A, B, C, D, E).
Each employee (row) must:
- Only work each shift type at most 2 times
- Not work shifts next to each other in reverse alphabetical order
Note that D -> "_" -> A is fine
- Work at most four days in a row