Scheduling of jobs in the presence of constraints in Java
- by Asgard
I want to know how to implement a solution to this problem:
A task is performed by running, by more people, some basic jobs with known duration in time units (days, months, etc..). The execution of the jobs could lead to the existence of time constraints: a job, for example, can not start if it is not over another (or others) and so on. I want to…