Allow parallel scheduling of multiple AKs in `proxy` rooms
We might want to model AKs where the "room" is only meeting point via a "proxy room" with unlimited capacity. However, in contrast to general seminar rooms multiple AKs might meet at the same time at a meeting point.
To allow this, I see two options:
- We could adapt the LP constraints for this case
- We could introduce multiple "instances" of a proxy room (e.g.
meeting-point-1, ...,meeting-point-Nthat all represent the same meeting point). This would allow us to schedule multiple AKs in the same room in parallel (in the exampleNAKs). However, in this case we should catch this case at the import phase and recombine all instances of a proxy room into one.