Package de.tilman_neumann.jml.factor
Class BatchFactorizer
java.lang.Object
de.tilman_neumann.jml.factor.BatchFactorizer
public class BatchFactorizer
extends java.lang.Object
Factor all entries from a batch file.
Sample run command: -t 6 ./src/de/tilman_neumann/jml/factor/qaTests.txt
-
Constructor Summary
Constructors Constructor Description BatchFactorizer()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BatchFactorizer
public BatchFactorizer()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-