Complexity of constructing a balanced feasible assignment when the number of employees is part of the input
Determine the computational complexity of constructing a balanced feasible assignment in the periodic task assignment model where each task i repeats over intervals [a_i + r, b_i + r) with period 1, feasibility forbids overlapping assignments to the same employee, and balance requires that for every task i each employee executes it with long-run frequency 1/q. Specifically, establish whether there exists a polynomial-time algorithm that, given the number of employees q as part of the input and assuming a balanced feasible assignment exists, constructs such an assignment.
References
Therefore, when $q$ is part of the instance, it is not clear whether the construction of a balanced feasible assignment (under condition of existence) is polynomial. When the number $q$ of employees is part of the instance, what is the complexity status of the construction of a balanced feasible assignment (if it exists)?