Package | Description |
---|---|
solver.sharedMemory.combinedSolver.nonpipelined |
package contains solver for scheduling problem for a shared memory architecture for non-pipelined scheduling.
|
solver.sharedMemory.combinedSolver.pipelined |
package contains solver for scheduling problem for a
shared memory architecture for pipelined scheduling.
|
Modifier and Type | Class and Description |
---|---|
private class |
MutExNonPipelinedScheduling.LeftEdgeNonPipelined
Left-edge scheduling for non-pipelined problem.
|
Modifier and Type | Class and Description |
---|---|
private class |
MutExPipelinedScheduling.LeftEdgePipelined
Class to generate variables and constraints for pipelined scheduling
using Left-edge algorithm.
|