troychmieleski / Constraint-Satisfaction

Constraint Satisfaction Problems and Games
0 stars 0 forks source link

On the Meeting class, add a time slot property #12

Closed troychmieleski closed 11 years ago

troychmieleski commented 11 years ago

This way I can grab all the employees for a given meeting. For each employee, I can find all of the employees assigned meetings. if the meeting has an associated time slot, add it to an unsorted partial assignment array. Sort those meetings by time slot and then do the comparison check to make sure the employee can make the next meeting

troychmieleski commented 11 years ago

as the values are assigned make sure to update the meeting's time slot property