applications
Class LPTSchedule

java.lang.Object
  |
  +--applications.LPTSchedule

public class LPTSchedule
extends java.lang.Object


Constructor Summary
LPTSchedule()
           
 
Method Summary
static void main(java.lang.String[] args)
          test program
static void makeSchedule(applications.LPTSchedule.JobNode[] a, int m)
          Output an m machine LPT schedule for the a.length jobs whose times are a[1:a.length-1].
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LPTSchedule

public LPTSchedule()
Method Detail

makeSchedule

public static void makeSchedule(applications.LPTSchedule.JobNode[] a,
                                int m)
Output an m machine LPT schedule for the a.length jobs whose times are a[1:a.length-1].

main

public static void main(java.lang.String[] args)
test program