Package edu.jas.application
Class RunSGB
java.lang.Object
edu.jas.application.RunSGB
Simple setup to run a solvable GB example.
Usage: RunSGB [seq|par|par+] [irr|left|right|two] <file> #procs
Usage: RunSGB [seq|par|par+] [irr|left|right|two] <file> #procs
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static boolean
Check result GB if it is a GB. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
(package private) static int
(package private) static String
static void
main method to be called from commandline
Usage: RunSGB [seq|seq+|par|par+] [irr|left|right|two] <file> #procs(package private) static void
runParallel
(PolynomialList S, int threads, String action, boolean plusextra) run Parallel.(package private) static void
runSequential
(PolynomialList S, String action, boolean plusextra) run Sequential.
-
Field Details
-
doCheck
static boolean doCheckCheck result GB if it is a GB.
-
-
Constructor Details
-
RunSGB
public RunSGB()
-
-
Method Details
-
main
main method to be called from commandline
Usage: RunSGB [seq|seq+|par|par+] [irr|left|right|two] <file> #procs -
runSequential
run Sequential.- Parameters:
S
- polynomial list.action
- what to to.
-
runParallel
run Parallel.- Parameters:
S
- polynomial list.action
- what to to.
-
checkGB
-
indexOf
-
join
-