csp
Class ClassSchedulingSteepestDescentTest

java.lang.Object
  |
  +--csp.ClassSchedulingSteepestDescentTest

public class ClassSchedulingSteepestDescentTest
extends java.lang.Object

Demonstrate the use of ClassSchedulingProblem and ClassSchedulingSteepestDescent classes. Creation date: (9/11/00 3:20:46 PM)


Constructor Summary
ClassSchedulingSteepestDescentTest()
          ClassSchedulingSteepestDescentTest constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Perform steepest descent a number of times on a single problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassSchedulingSteepestDescentTest

public ClassSchedulingSteepestDescentTest()
ClassSchedulingSteepestDescentTest constructor.
Method Detail

main

public static void main(java.lang.String[] args)
Perform steepest descent a number of times on a single problem.
Parameters:
args - an array of command-line arguments (not used)