For instance if we have a problem statement to schedule number of rooms to a group of people for a specific time(in minutes) for a given length of day(in hours).
I'm setting the configuration so as to say that the perfect job would result in 0 hard score. Let's say due to some complications the scheduler could not find a perfect solution with 0 hard score, is it possible for me to run a parallel scheduling job with some change in variables i.e. increasing the length of the day by 1 hour or reducing the time 1 group can have the room for or increasing the number of rooms.
Is it possible to run parallel scheduling jobs in case the original job cannot provide a solution with 0 hard score?
Thanks.