public class ModiClarkeScheduler
extends java.lang.Object
| Constructor and Description |
|---|
ModiClarkeScheduler(int M,
int N) |
ModiClarkeScheduler(int M,
int N,
int S)
Specifies the number of processors (or threads) that
will be used.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getNext()
Get the next set of indices.
|
public ModiClarkeScheduler(int M,
int N)
public ModiClarkeScheduler(int M,
int N,
int S)
public java.util.Vector getNext()
Copyright © 2011, 2013. Daniel P. Dougherty