Package de.tilman_neumann.jml.factor.siqs.powers

  • Interface Summary
    Interface Description
    PowerFinder  
  • Class Summary
    Class Description
    AllPowerFinder
    Algorithm that finds all powers in [pMin, pMax].
    NoPowerFinder
    Dummy implementation of PowerFinder that ignores powers.
    PowerEntry
    Auxiliary class that allows to get the powers sorted bottom-up by the power value.
    PowerOfSmallPrimesFinder
    Algorithm to find the first powers of all p
    SomePowerFinder
    Base class for PowerFinders that do indeed find some powers.