At the moment the Schedule is represented by altering the Instance object.
That is not optimal since that object can not be reused,
A more optimal solution might be to create an object "schedule" containing of machines on wich the jobs are schedueld.
- validating integrity would be more complex
- moving job inside the schedule would also be more complicated
At the moment the Schedule is represented by altering the Instance object.
That is not optimal since that object can not be reused,
A more optimal solution might be to create an object "schedule" containing of machines on wich the jobs are schedueld.