Class Lehman_AnalyzeKFactoringMostN
- java.lang.Object
-
- de.tilman_neumann.jml.factor.lehman.Lehman_AnalyzeKFactoringMostN
-
public class Lehman_AnalyzeKFactoringMostN extends Object
Try to find the best k-sequence.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description Lehman_AnalyzeKFactoringMostN()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
findSingleFactor(long N)
static void
main(String[] args)
-
-
-
Method Detail
-
findSingleFactor
public long findSingleFactor(long N)
-
main
public static void main(String[] args)
-
-