ILOG CPLEX 11.0 User's Manual > Discrete Optimization > Early Tardy Scheduling > Reading the Data |
Reading the Data |
INDEX PREVIOUS NEXT |
The first part of this application reads data from a file and fills matrices:
Each line in the data file corresponds to an array in the matrix and thus represents all the information about activities for a given job.
For each job, other arrays contain further information from the data file:
jobDueDate
contains the due date for each job;
jobEarlinessCost
contains the penalty for being too early for each job;
jobTardinessCost
contains the penalty for being too late for each job.
The matrix activityOnAResource
contains the sets of activities that must be scheduled on the same resource. This information will be used to state resource constraints.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |