Merge branch 'mapping_problem_helper' of PSSAI_Team/JobShopScheduling into mapping_problem

mapping_problem
Trolli Schmittlauch 2017-07-09 17:20:34 +02:00 committed by Gitea
commit d96632a336
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ class JobShopProblem(Mapping):
def __len__(self) -> int:
return sum(map(len, self.problem_data))
def get_tasks_by_job(self, job: int) -> List[Tuple[int, int]]:
return self.problem_data[job]
class JobShopVisitor(arpeggio.PTNodeVisitor):
"""contains visitor functions needed for both jobshop1 (list of instances)