Parallelize TC computation
If a tuple with indices of n TCs to comute is given, parallelize the computation to e.g. n processes by using for example python's multiprocessing.
If a tuple with indices of n TCs to comute is given, parallelize the computation to e.g. n processes by using for example python's multiprocessing.