edu.jas.ring
Class RunSGB

java.lang.Object
  extended by edu.jas.ring.RunSGB

public class RunSGB
extends java.lang.Object

Simple setup to run a solvable GB example.
Usage: RunSGB [seq] <file> [irr|left|two]


Constructor Summary
RunSGB()
           
 
Method Summary
static void main(java.lang.String[] args)
          main method to be called from commandline
Usage: RunSGB [seq|par|dist|cli] <file> #procs [machinefile]
(package private) static void runSequential(PolynomialList S, java.lang.String action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunSGB

public RunSGB()
Method Detail

main

public static void main(java.lang.String[] args)
main method to be called from commandline
Usage: RunSGB [seq|par|dist|cli] <file> #procs [machinefile]


runSequential

static void runSequential(PolynomialList S,
                          java.lang.String action)