Hello!
Can we know how the algorithm takes care of a space constraints? Thanks in advance
I don't know exactly how to answer. The algorithm checks each allowed room and chooses the one with less conflicts.
I think space constraints make the simulation behave slower. When experimenting with the same file without using space constraints with some time constraints in place, the algorithm's performance is improved in terms of speed.
I think this is related to the way the algorithm works with space constraints? What you think?
The space constraints add more difficulty, because the timetable is more constrained. If you add more time constraints as well, the timetable becomes more constrained.
Do space constraints affect the initial order of generation?
Yes, they do. Activities which need more constrained rooms are placed earlier.