FET Forum

FET Support (English) => General Stuff => Topic started by: Benahmed Abdelkrim on July 13, 2020, 08:14:08 PM

Title: Space constraints
Post by: Benahmed Abdelkrim on July 13, 2020, 08:14:08 PM
Hello!
Can we know how the algorithm takes care of a space constraints? Thanks in advance
Title: Re: Space constraints
Post by: Liviu Lalescu on July 13, 2020, 08:27:22 PM
I don't know exactly how to answer. The algorithm checks each allowed room and chooses the one with less conflicts.
Title: Re: Space constraints
Post by: Benahmed Abdelkrim on July 13, 2020, 08:58:41 PM
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?
Title: Re: Space constraints
Post by: Liviu Lalescu on July 13, 2020, 09:49:50 PM
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.
Title: Re: Space constraints
Post by: Benahmed Abdelkrim on July 28, 2020, 08:31:38 PM
Do space constraints affect the initial order of generation?
Title: Re: Space constraints
Post by: Liviu Lalescu on July 29, 2020, 07:39:45 AM
Yes, they do. Activities which need more constrained rooms are placed earlier.