Package jobshop.encodings
Class Task
- java.lang.Object
-
- jobshop.encodings.Task
-
public final class Task extends Object
Represents a task (job,task) of a jobshop problem. Example : (2, 3) represents the fourth task of the third job. (remember that we start counting at 0)
-
-
Constructor Summary
Constructors Constructor Description Task(int job, int task)
Creates a new Task object (job, task).
-