Package jobshop.encodings
Class Task
java.lang.Object
jobshop.encodings.Task
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)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
job
public final int jobIdentifier of the job -
task
public final int taskIndex of the task inside the job.
-
-
Constructor Details
-
Task
public Task(int job, int task) Creates a new Task object (job, task).
-
-
Method Details