Skip to content

Introduce/extend manufacturing line quickstart with job dependencies #141

@triceo

Description

@triceo

Discussed in TimefoldAI/timefold-solver#385

Originally posted by mcimbora October 31, 2023
Let's say we've got a model similar to this:

ManufacturingLine
List<Job> jobs
Job
List<Job> predecessorJobs
List<Job> successorJobs

The jobs have dependencies between each other (Job can start only after the predecessors are finished). At the same time, the manufacturing line can process a single item at time only. This is a fairly common problem, that causes confusion (should I go for food packaging vs project job scheduling). Ideally the docs explain the differences.

Volunteer to implement this (not critical atm).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions