Skip to content

remaining teacher computation wrong? #998

Description

@stm2

int remain = (STUDENTS_PER_TEACHER * scholars[t].u->number - i + STUDENTS_PER_TEACHER - 1) / STUDENTS_PER_TEACHER;

Ich glaube, hier müsste remain=i / STUDENTS_PER_TEACHER; stehen. Was da berechnet wird, sind die bereits "benutzten" Lehrer der Lehrereinheit. In der Einheit scholars+t sollten aber die unbenutzten Personen lernen.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions