TimefoldAI / TimefoldAI/timefold-quickstarts
Introduce/extend manufacturing line quickstart with job dependencies
Open
@mcimbora is already working on this.
Since Oct 31, 2023.
- Dominant language
- Java
- Stars
- 580
- Forks
- 173
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 39
Description
Discussed in https://github.com/TimefoldAI/timefold-solver/discussions/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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.