Replies: 2 comments 1 reply
-
Hi @yuvzc, sorry for the delay on the answer, Team Days for the Timefold Team. Could you clarify your domain model? What are currently your variables (@PlanningVariable) and what are your entities (@PlanningEntity). Are the "timeslots" procedures? I find your question slightly confusing since "Timeslot" is another pattern, distinct from the TimeGrain one. |
Beta Was this translation helpful? Give feedback.
-
Hello Tom, Thanks for your reply Sorry for the confusion its TimeGrain So I have Planning Entity which is Appointment Class, Having 2 Planning variable Resource and TimeGrain. In my solution ApointmentSolution Class I initialize my MyValueRangeProviders List resources and List timeGrains 15 min slots. Starting from a startDateTime and endDateTime. Thanks, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Timefold for resource scheduling with the TimeGrain pattern, where resources can be nurses, doctors, rooms, or equipment assigned to specific timeslots.
Use Case:
I need to handle scenarios where a single resource (e.g., a nurse) isn't available for the entire duration of a procedure. In such cases, I want to split the time allocation between multiple resources of the same type.
Requirements:
Question:
What's the recommended approach in Timefold to implement this flexible resource assignment?
Any suggestions or examples for handling split resource assignments would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions