Class AQPairFactory
- java.lang.Object
-
- de.tilman_neumann.jml.factor.base.congruence.AQPairFactory
-
public class AQPairFactory extends Object
Creates an elementary congruence of the subclass appropriate for the given large factors.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description AQPairFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AQPair
create(BigInteger A, SortedIntegerArray smallFactors, SortedLongArray bigFactors)
-
-
-
Method Detail
-
create
public AQPair create(BigInteger A, SortedIntegerArray smallFactors, SortedLongArray bigFactors)
- Parameters:
A
-smallFactors
- small factors of QbigFactors
- large factors of Q- Returns:
- a new AQPair created from the given arguments
-
-