Guest
Hi,
Please help me I am in dire need of assistance, with the following problem.
I need to create a schedule such that employees at training sessions can hold a series of head-to-head discussions.
Each trainee is to talk with every other trainee and everyone must be involved in each round of talks, except when there is an odd number of people.
Most training sessions attract 20 people or more. I have to write a Matlab script which prompts for the number of trainees and then prints out the pairings in each round of discussions. It needs to generate schedules for any number (odd and even numbers) of participants. I have been told to use Latin Squares as the base of the script.
Knowledge on Latin Squares can be found here:
I know that the question is a bit long winded, but I would be extremly grateful if a suitable matlab solution, or any ideas to this problem could be posted to me within a week.
Please help me I am in dire need of assistance, with the following problem.
I need to create a schedule such that employees at training sessions can hold a series of head-to-head discussions.
Each trainee is to talk with every other trainee and everyone must be involved in each round of talks, except when there is an odd number of people.
Most training sessions attract 20 people or more. I have to write a Matlab script which prompts for the number of trainees and then prints out the pairings in each round of discussions. It needs to generate schedules for any number (odd and even numbers) of participants. I have been told to use Latin Squares as the base of the script.
Knowledge on Latin Squares can be found here:
I know that the question is a bit long winded, but I would be extremly grateful if a suitable matlab solution, or any ideas to this problem could be posted to me within a week.