Testing all Constraints #77
Replies: 1 comment 3 replies
-
|
@paulgilles Regarding the Soll Times of the employees and the vacation days: I already pushed a new version of the target_working_minutes.json, there is a new value called "actual" which represents the "Ist" Time that the employee already worked or the absences of the employee (so we pratically have the first "SOLL" and the second "IST" column from TimeOffice). If we now enter vacation days/other absences, it is not the SOll time that is changed, but the IST time (the shift time of the day is added to the IST time). To get the time that the employee is still allowed to work in the month we therefore have to subtract the IST from the SOLL time. The current version of the target_working_minutes.json contains the right SOLL times and the right IST times excluding the Sondertatbestände and Wishes from the Problemstellung (as a "Frei" does not change the needed working hours per employee). Therefore to get the "left" working minutes per employee you would have to subtract the "actual" from the "target" value. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Ich habe viele verschiedene Kombinationen von Constraints getestet. Dafür gibt es einen neuen Branch automatic_submitting. Mit diesem kann ich auf einem Remoteserver die Jobs gleichzeitig abschicken.
Auf diesem Branch gibt es auch ein File, dass alle Ergebnisse anzeigt:
job_table.md. In Github selbst kann man diese Markdown Tabelle nicht optimal einsehen. Deswegen füge ich hier auch nochmal eine Excel Version und PDF hinzu.
Das Wichtigste zusammengefasst:
Überblick über gelaufene Jobs
Todos
Anhang
most-included-constraints-solution.json
JobOverview.xlsx (Easier to navigate in)
JobOverview.pdf
Beta Was this translation helpful? Give feedback.
All reactions