Skip to content

Commit e10c33f

Browse files
committed
Fix typo
1 parent f8de303 commit e10c33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

read/machine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def data(self) -> ProblemData:
7474

7575
if self.permutation is not None:
7676
for idx1, idx2 in self.permutation:
77-
machine2 = machines[idx1]
77+
machine1 = machines[idx1]
7878
machine2 = machines[idx2]
7979
model.add_same_sequence(machine1, machine2)
8080

0 commit comments

Comments
 (0)