Main Menu
Menu

Show posts

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 Menu

Messages - ismailbsrn

#1
Get Help / Re: Handling of Elective Courses
March 05, 2025, 12:50:19 PM
Hi Dirr,

I saw your project but the time table will create before students select the courses. So it wont work unfortunately but I think I can try your program with pseudo students. Thanks a lot.
#2
Get Help / Re: Handling of Elective Courses
March 04, 2025, 12:58:48 PM
Dummy activities is really good idea. I will try this. Thank you so much! I appreciate your ambition and hope you will be peaceful and happy all your life 🫡
#3
Get Help / Re: Handling of Elective Courses
March 04, 2025, 12:43:32 PM
Yes I just write a little python script to generate fet files from excel files. I think it wont work because I need to assign elective courses to specific rooms. I'm a computer engineering student by the way. Maybe I can manipulate fet in order to let it place some specific activities with same student groups in to same time slots. Do you think this will work?
#4
Get Help / Re: Handling of Elective Courses
March 04, 2025, 11:31:47 AM
Here is my FET input file. I compressed it because the size was 1mb. Sorry, It's a bit messy.

When I say elective courses I mean that there are some subjects which will be chosen by a part of a student group but not all. The other parts of student groups will choose other subjects from same elective course pool. For example in given FET file there is a student group named E-2BÖTÖ4. There are 17 activities assigned to this student group (year in terms of FET). Some of these activities are elective courses. There are more thane one activities with subject E-BÖU402 but all of them has different teachers. Student group can make a choice among these teachers. Therefore E-BÖU402 is a elective course pool.

I want to create virtual elective course pool. Let there be two pools and 5 elective courses. Pool1Elective101, Pool1Elective102, Pool1Elective103, Pool2Elective111, Pool2Elective112. A student should be able to take one course from each pool. So if I can place these courses from same group into same timeslot every problem will be solved.

In order to implement the elective course system into FET I thought something like that: We cant use the option "A set of activities has same starting time" for activities that assigned same student group. If I mark the elective courses and give them privilege to use this option even if they assigned to same student group.

By the way. It's not necessary to use same subject code. I can give them different subject names if it helps.

Thanks.
#5
Get Help / Handling of Elective Courses
March 04, 2025, 09:57:26 AM
Hi everyone,

First of all huge thanks to Lalescu, Dirr and all other contributors.

I'm trying to generate a timetable for my college which have thousands of students. There are nearly 500 activities and 10 years (departments). When I ignore the elective courses program runs fine. But when it comes to elective courses I cant move further.

Elective courses will be chosen from elective course pools. Usually students won't choose more than one course from a pool. So it is not important right now. I already tried to fix all elective courses from same pool to same time slot but it did not work.

So I just want to get help about how to add elective courses into my input file. Do you guys have any idea how to add elective courses to my input file? Or any idea about contributing to FET by changing source in order to support elective pools? Please share it. Thanks.