FindAFactor 3.6.8__tar.gz → 3.6.9__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor/_find_a_factor.cpp +1 -7
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor.egg-info/PKG-INFO +1 -1
- {findafactor-3.6.8 → findafactor-3.6.9}/PKG-INFO +1 -1
- {findafactor-3.6.8 → findafactor-3.6.9}/setup.py +1 -1
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor/__init__.py +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor/dispatchqueue.cpp +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor/find_a_factor.py +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor/oclengine.cpp +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor.egg-info/SOURCES.txt +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor.egg-info/dependency_links.txt +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor.egg-info/requires.txt +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/FindAFactor.egg-info/top_level.txt +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/LICENSE +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/README.md +0 -0
- {findafactor-3.6.8 → findafactor-3.6.9}/setup.cfg +0 -0
@@ -41,12 +41,7 @@
|
|
41
41
|
#include "dispatchqueue.hpp"
|
42
42
|
|
43
43
|
#include <algorithm>
|
44
|
-
#include <chrono>
|
45
|
-
#include <cmath>
|
46
|
-
#include <float.h>
|
47
|
-
#include <fstream>
|
48
44
|
#include <future>
|
49
|
-
#include <iomanip>
|
50
45
|
#include <iostream>
|
51
46
|
#include <map>
|
52
47
|
#include <memory>
|
@@ -54,7 +49,6 @@
|
|
54
49
|
#include <random>
|
55
50
|
#include <stdlib.h>
|
56
51
|
#include <string>
|
57
|
-
#include <time.h>
|
58
52
|
|
59
53
|
#include <boost/dynamic_bitset.hpp>
|
60
54
|
#include <boost/multiprecision/cpp_int.hpp>
|
@@ -865,7 +859,7 @@ struct Factorizer {
|
|
865
859
|
continue;
|
866
860
|
}
|
867
861
|
factor /= p;
|
868
|
-
vec
|
862
|
+
vec.flip(pi);
|
869
863
|
if (factor == 1U) {
|
870
864
|
break;
|
871
865
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|