could someone help me with function which check all permutations of task scheduling problem? I have array with task where index is identity of task and value is task time and array with N processor. I need a functions which generates all possibilites of schedule this taks on that processors.could someone help me with function which check