Class Lehman_AnalyzeKFactoringMostN

java.lang.Object
de.tilman_neumann.jml.factor.lehman.Lehman_AnalyzeKFactoringMostN

public class Lehman_AnalyzeKFactoringMostN
extends java.lang.Object
Try to find the best k-sequence.
  • Constructor Summary

    Constructors
    Constructor Description
    Lehman_AnalyzeKFactoringMostN()  
  • Method Summary

    Modifier and Type Method Description
    long findSingleFactor​(long N)  
    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

    • Lehman_AnalyzeKFactoringMostN

      public Lehman_AnalyzeKFactoringMostN()
  • Method Details

    • findSingleFactor

      public long findSingleFactor​(long N)
    • main

      public static void main​(java.lang.String[] args)