Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748382
en ru br
ALT Linux repos
S:5.4.4-alt1_2

Group :: System/Libraries
RPM: libfplll

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libfplll-rounding.patch
Download


--- tests/test_pruner.cpp.orig	2017-03-26 08:43:17.000000000 -0600
+++ tests/test_pruner.cpp	2017-09-27 21:35:43.098283522 -0600
@@ -399,7 +399,7 @@ template <class FT> int test_auto_prune(
   cerr << "radius " << radius_d << endl;
   prune<FT>(pruning, radius_d, overhead, 0.3, r, PRUNER_METHOD_NM,
             PRUNER_METRIC_PROBABILITY_OF_SHORTEST, true);
-  status += !(pruning.expectation <= 1.0);
+  status += !(pruning.expectation <= 1.0000001);
   print_status(status);
   cerr << "Probability " << pruning.expectation << endl;
   cost = 0.;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin