Description Usage Arguments Value See Also
The solution start file gives a matrix with one row per job and
a column per machine, the values in this matrix give the start times for
the operations. If the second row starts with a 10
, this indicates
that the operation of job 2
on machine 1
starts at time
10
.
1 2 3 4 5 6 | jssp.solution.start.to.gantt(
data.solution.start,
inst.id,
min.job.id = 1L,
get.inst.data = jssp.get.instance.data
)
|
data.solution.start |
the solution-start representation |
inst.id |
the instance id |
min.job.id |
the integer minimum job id to be used in the output (for
the input, it is automatically detected). By default, this is |
get.inst.data |
a function obtaining the instance data for a given instance id, by default jssp.get.instance.data |
the canonicalized and evaluated Gantt chart, see jssp.evaluate.gantt
jssp.evaluate.gantt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.