| Package | Description |
|---|---|
| net.sf.cpsolver.ifs.example.jobshop |
JobShop Problem.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Job.getOperation(int opNumber)
Get operation of the given index (0..countOperations()-1)
|
Operation |
Operation.getPrecedingOperation()
Get the preceeding operation (if any)
|
Operation |
Operation.getSubsequentOperation()
Get the subsequent operation (if any)
|
| Constructor and Description |
|---|
Location(Operation op,
int startTime)
Constructor
|