polybench 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {polybench-0.3.3 → polybench-0.3.4}/PKG-INFO +4 -2
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/build.gradle +2 -2
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/src/main/java/com/github/tueda/polybench/rings/App.java +6 -2
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/symbolica/Cargo.lock +4 -4
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/symbolica/Cargo.toml +1 -1
- {polybench-0.3.3 → polybench-0.3.4}/pyproject.toml +1 -1
- {polybench-0.3.3 → polybench-0.3.4}/LICENSE +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/README.md +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/__init__.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/__main__.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/main.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/plot.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/poly.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/prob.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/py.typed +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solver.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/__init__.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/fer.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/flint/CMakeLists.txt +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/flint/cmake/init-vcpkg.cmake +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/flint/main.c +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/flint/vcpkg.json +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/flint/version.h.in +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/flint.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/form.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/mma.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/reform/Cargo.lock +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/reform/Cargo.toml +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/reform/src/main.rs +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/reform.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/config/greclipse.properties +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/gradle/wrapper/gradle-wrapper.jar +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/gradle/wrapper/gradle-wrapper.properties +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/gradlew +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/gradlew.bat +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/singular.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/symbolica/src/main.rs +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/symbolica.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/util.py +0 -0
- {polybench-0.3.3 → polybench-0.3.4}/polybench/version.py +0 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: polybench
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: Multivariate polynomial arithmetic benchmark tests.
|
|
5
5
|
License: MIT
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Keywords: benchmark,mathematics,multivariate-polynomials
|
|
7
8
|
Author: Takahiro Ueda
|
|
8
9
|
Author-email: t.ueda.od@juntendo.ac.jp
|
|
@@ -19,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
19
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
22
|
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
22
24
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
23
25
|
Classifier: Topic :: System :: Benchmark
|
|
24
26
|
Requires-Dist: colorama (>=0.4.5,<0.5.0)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
plugins {
|
|
2
2
|
id 'application'
|
|
3
3
|
id 'com.diffplug.spotless' version '7.2.1'
|
|
4
|
-
id 'com.github.ben-manes.versions' version '0.
|
|
5
|
-
id 'ru.vyarus.quality' version '
|
|
4
|
+
id 'com.github.ben-manes.versions' version '0.53.0'
|
|
5
|
+
id 'ru.vyarus.quality' version '6.0.1'
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
def versions = [
|
|
@@ -61,9 +61,13 @@ public class App {
|
|
|
61
61
|
MultivariateFactorization.Factor(p);
|
|
62
62
|
long t2 = System.nanoTime();
|
|
63
63
|
StringBuilder result = new StringBuilder();
|
|
64
|
-
result.append((t2 - t1) / 1.0e9
|
|
64
|
+
result.append((t2 - t1) / 1.0e9).append(',').append(factors.unit);
|
|
65
65
|
for (int i = 0; i < factors.size(); i++) {
|
|
66
|
-
result
|
|
66
|
+
result
|
|
67
|
+
.append(",(")
|
|
68
|
+
.append(factors.get(i).toString(variables))
|
|
69
|
+
.append(")^")
|
|
70
|
+
.append(factors.getExponent(i));
|
|
67
71
|
}
|
|
68
72
|
return result.toString();
|
|
69
73
|
}
|
|
@@ -333,9 +333,9 @@ dependencies = [
|
|
|
333
333
|
|
|
334
334
|
[[package]]
|
|
335
335
|
name = "self_cell"
|
|
336
|
-
version = "1.0
|
|
336
|
+
version = "1.2.0"
|
|
337
337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
338
|
-
checksum = "
|
|
338
|
+
checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
|
|
339
339
|
|
|
340
340
|
[[package]]
|
|
341
341
|
name = "smallvec"
|
|
@@ -362,9 +362,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
362
362
|
|
|
363
363
|
[[package]]
|
|
364
364
|
name = "symbolica"
|
|
365
|
-
version = "0.
|
|
365
|
+
version = "0.18.0"
|
|
366
366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
367
|
-
checksum = "
|
|
367
|
+
checksum = "69a17722769f6efc9e24d6b881a4e87ac03d8a42b844990fb9e43bf0d84d8e05"
|
|
368
368
|
dependencies = [
|
|
369
369
|
"ahash",
|
|
370
370
|
"append-only-vec",
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/gradle/wrapper/gradle-wrapper.jar
RENAMED
|
File without changes
|
{polybench-0.3.3 → polybench-0.3.4}/polybench/solvers/rings/gradle/wrapper/gradle-wrapper.properties
RENAMED
|
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
|