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 - Luca Dangelo

#1
Thanks a lot.
#2
I meant the messages like attached that make the simulation impossible.
In other words, I want to know the most straightforward way to write these messages into a file (instead of just showing in the command prompt).

Regards.
#3
Hi,
Could you please let me know the most straightforward way of changing the code to write the impossible activities in a file (instead of showing in the command prompt) when we use the command-line case?

Thanks in advance.
#4
Many thanks for your reply.
I am trying to use it, but I got a little confused! For example, how can we set the unavailability times for teachers? Or other constraints for them?
Also, how can we set the preferred subjects of the teachers in this version?

Thanks in advance.
#5
Hi, thanks for the excellent work.
My requirements are as follows, and I want to know if this version supports them (or there is any other version for me).
My requirement is the same as official FET, but I want to assign teachers to the activities instead of rooms, i.e., rooms in FET = real-life teachers.

To clarify my requirements, let us see the following situation.
There are activities (each contains a subject and students set) without teachers; also, we determine that each teacher can teach some specific subjects (for example, teacher A can teach both "literature" and "Eng language"). Now we want to assign the teachers to the activities in such a way that teachers are assigned to their related activities (teacher A attached to the activities that contain literature and Eng language as subject). So far, this can be done by the official FET; but we also need to determine that how much should a teacher teach a subject (e.g., teacher A should teach literation and Eng language, respectively, 3 and 5 hours in a week).

Does this version support my requirements? Is there any other solution for this situation?
Thanks in advance.
#6
Programming Help / Re: Programming type
October 05, 2018, 02:54:40 PM
It worked, I will help to improve if I can understand it well.

Thanks a million.
#7
Programming Help / Re: Programming type
October 05, 2018, 02:17:34 PM
Hi,
I am trying to work with the src-cl project to figure out the main parts of your implementation (I do not want to work with the user interface codes). I understood that you are using some files in the "interface" folder; but when I remove the other files in that folder, some errors appear, and the compiler needs those files!

Can you explain what the matter is? Does the src-cl project need all of the files in the "interface" folder? If yes, for what?

Thanks in advance.
Luca
#8
Programming Help / Re: Programming type
October 02, 2018, 09:56:00 AM
Thank you for your reply.
I was checking the code, I enjoyed it and seemed professional. I saw some "assert" command; do you use the verification technics?
Also, your handwriting does not have enough comments, how can I understand it? Is there any document for it (at least for each method)?

Regards,

P.S: I am sure that you spent so much time to find this perfect algorithm and implementation. God power to your elbow.
#9
Programming Help / Programming type
October 01, 2018, 08:55:47 AM
Hi all,
First of all, I want to thank those who implemented this fascinating app.
I want to know how is the programming of this project; I could not find any class definition in the "src-cl" project. Could you explain how did you implement it? Is it Object Oriented programming?

Overall, could you explain this project (for example, implementation, verification, etc.)

Thanks in advance,
Luca