JobShopProblem als Mapping zugreifbar machen #14
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
question
tests
wants review
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: PSSAI_Team/JobShopScheduling#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wie hättest du das denn gerne, @maxschlosser? Wie ist ein Key aufgebaut?
Ein Key hat die Form (x,y) mit x,y Indizes. Im Prinzip will ich von der Adressierung problem[task[0]][task[1]] auf problem[task].
Im Idealfall wär sowas wie problem[task][machine] möglich, dass problem[task[0]][task[1]][1] ausgibt. Also die Maschine auf der die Task läuft, deren Job in x und Position im Job in y steht.