Package de.tilman_neumann.jml.factor
Class FactorizerTest
java.lang.Object
de.tilman_neumann.jml.factor.FactorizerTest
public class FactorizerTest
extends java.lang.Object
Main class to compare the performance of factor algorithms.
-
Constructor Summary
Constructors Constructor Description FactorizerTest()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Test factor algorithms for sets of factor arguments of growing size and report timings after each set.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FactorizerTest
public FactorizerTest()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Test factor algorithms for sets of factor arguments of growing size and report timings after each set.- Parameters:
args
- ignored
-