Skip to content

Commit

Permalink
fxi too long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Jul 24, 2018
1 parent c33dab5 commit fd8333d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ public void testZippelModularAlgExt1_random() {
randomPoly(minimalPoly.degree(), Q, __ -> Q.mk(rand.nextInt(100), 1 + rand.nextInt(10)), rand));
System.out.println("\n\n");
System.out.println("Ring: " + numberField);
testGCDAlgorithms(source, its(10, 30),
testGCDAlgorithms(source, its(10, 10),
GCDAlgorithm.named("Zippel with rational reconstruction", MultivariateGCD::ZippelGCDInNumberFieldViaRationalReconstruction),
GCDAlgorithm.named("Zippel with Langemyr & McCallum", MultivariateGCD::ZippelGCDInNumberFieldViaLangemyrMcCallum),
GCDAlgorithm.named("Modular with rational reconstruction", (a, b) -> ModularGCDInNumberFieldViaRationalReconstruction(a, b, MultivariateGCD::PolynomialGCD)),
Expand Down

0 comments on commit fd8333d

Please sign in to comment.