Class Lehman_AnalyzeSpecialArguments

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

public class Lehman_AnalyzeSpecialArguments
extends java.lang.Object
Lehman analyzer that finds the correct k- and a-values of inputs other algorithms can not cope with. Based on the simple implementation. Detects 4kN long overflows.
  • Constructor Summary

    Constructors
    Constructor Description
    Lehman_AnalyzeSpecialArguments()  
  • 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_AnalyzeSpecialArguments

      public Lehman_AnalyzeSpecialArguments()
  • Method Details

    • findSingleFactor

      public long findSingleFactor​(long N)
    • main

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