Good day everyone! I wonder what is the time complexity of FET's algorithm?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Liviu Lalescu on May 09, 2021, 03:57:00 PM
You are welcome, Clariss!
The reasons for using XML is that I do not know databases, and I think they are not needed. I just needed a simple way to store the internal data on the disk.
Quote from: Liviu Lalescu on May 03, 2021, 01:58:18 PM
Oh, I apologize, every day is a day in which I can learn something
"Sequencially" should be "Sequentially". Other than that, it looks OK.
Oh, and there are "Activity" and "Unsuccessful" with unneeded capital letter, each in one place.
Quote from: Liviu Lalescu on April 27, 2021, 01:50:55 PM
Oh, I'm not a sir! Just Liviu
I am unfortunately not good at explanations. But that picture (if you apply my red corrections) should be a good representation.
Quote from: Liviu Lalescu on May 01, 2021, 02:23:00 PM
Hello again, Clariss,
The main project file is fet.pro; src.pro is for FET in interface mode, while src-cl.pro is for FET in command-line mode.
Quote from: Liviu Lalescu on April 29, 2021, 06:02:52 PM
Hello!
1) There is no deb package, I have no skills for this.
2) There is a GNU/Linux executable made by me, but it uses the a bit old Qt 5.15.2 instead of the latest Qt 6.0.3. See the Downloads page.
3) To compile FET, you need to install Qt (I recommend the latest, 6.0.3), from https://www.qt.io/ . Then "qmake" and "make -j 4" (if you have 4 threads). You can find more details in the README file, open it with a text viewer.
I am here if you need more help.
Quote from: Liviu Lalescu on April 26, 2021, 06:47:58 PM
I see you modified your post. I also forgot to write something:
I think your 1, 2, and 3, and 4' might be managed. I am not sure about 1', 2' and 3'.
FET is released under the GNU AGPL v3 or later: https://www.gnu.org/licenses/agpl-3.0.html or https://www.gnu.org/licenses/licenses.html . This is a free software license. Volker can tell more (I'll tell him to see my post).
Quote from: Liviu Lalescu on April 26, 2021, 05:42:58 PM
Hello, Clariss, and welcome to the forum!
If you have activities with (subject, students) to assign to teachers and time slots, this might be a job for the "Block planning" mode of the new FET version 6. In the "Official" mode FET each activity must have clearly specified (subject, students, teachers).
There is information in the Help of FET-6 for block planning and here on the forum: https://lalescu.ro/liviu/fet/forum/index.php?topic=4151.0
I think Darren uses a two-phase approach: firstly he allocates activities to teachers using the block planning mode, then these activities to time slots using the official mode. But I am not sure exactly how. I'll tell him to see my reply here.