Replies: 1 comment
-
You should take a look at our Food Packaging Quickstart, which seems to map well to your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I will explain my use case. We provide shop management software to small job shops. X# machines (5-50), X# jobs (20-200 to schedule over 2-3 weeks) each with X# operations (2-50) and a due date. Goal: get all jobs done by their respective due dates.
Our users are not going to be compiling a program every time they run it but if we can provide an interface and just pass variables to the program form our database that is fine.
As to the AI. The trick in a small shop of course is there are simply to many tribal knowledge variables for the user to input. However, as an example each job is a part number and while it COULD run on any one of several machines, frequently certain machines are set up for particular parts so they are usually run only on those machines to avoid additional setup or perhaps it is just easier to hold tolerances on some machines. If Timefold has the ability to be fed prior history and weight parts/machines accordingly that would be huge.
Beta Was this translation helpful? Give feedback.
All reactions