From 2cf8e86f01968abf2b88797a24e71f384a30cc6c Mon Sep 17 00:00:00 2001 From: sumiya11 <60229118+sumiya11@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:52:18 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2086600?= =?UTF-8?q?d3520c86c3e219a219e290b810bcf683988=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/tutorial/code/output/gcd3.out | 2 +- assets/tutorial/code/output/gcd4.out | 2 +- assets/tutorial/code/output/graph2.svg | 10 +++++----- assets/tutorial/code/output/graphcolored.svg | 10 +++++----- benchmarks/index.html | 2 +- index.html | 2 +- interface/index.html | 2 +- sitemap.xml | 12 ++++++------ tutorial/index.html | 6 +++--- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/assets/tutorial/code/output/gcd3.out b/assets/tutorial/code/output/gcd3.out index 46239448..86cc2a59 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 121.308 μs (1576 allocations: 82.45 KiB) + 123.503 μs (1576 allocations: 82.45 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index 74fd5a2c..4e92ffbf 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 207.614 μs (2134 allocations: 214.23 KiB) + 194.004 μs (2134 allocations: 214.23 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index af7308ac..1b80dd8d 100644 --- a/assets/tutorial/code/output/graph2.svg +++ b/assets/tutorial/code/output/graph2.svg @@ -13,7 +13,7 @@ - + @@ -30,11 +30,11 @@ - + - + - + @@ -48,7 +48,7 @@ - + 1 diff --git a/assets/tutorial/code/output/graphcolored.svg b/assets/tutorial/code/output/graphcolored.svg index a8d7cfa7..f5e5613b 100644 --- a/assets/tutorial/code/output/graphcolored.svg +++ b/assets/tutorial/code/output/graphcolored.svg @@ -13,7 +13,7 @@ - + @@ -30,11 +30,11 @@ - + - + - + @@ -48,7 +48,7 @@ - + 1 diff --git a/benchmarks/index.html b/benchmarks/index.html index 826cd5d6..b5306c5d 100644 --- a/benchmarks/index.html +++ b/benchmarks/index.html @@ -93,7 +93,7 @@

Groebner diff --git a/index.html b/index.html index 7e4bef44..facc149e 100644 --- a/index.html +++ b/index.html @@ -132,7 +132,7 @@

Acknow

Special thanks goes to Vladimir Kuznetsov for providing the sources of his F4 implementation.

diff --git a/interface/index.html b/interface/index.html index 18b1559c..8917ae8c 100644 --- a/interface/index.html +++ b/interface/index.html @@ -406,7 +406,7 @@

Example diff --git a/sitemap.xml b/sitemap.xml index 9dd4b1fb..b0b7c3ec 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -3,37 +3,37 @@ tutorial/index.html - 2023-07-31 + 2023-08-05 monthly 0.5 benchmarks/index.html - 2023-07-31 + 2023-08-05 monthly 0.5 interface/index.html - 2023-07-31 + 2023-08-05 monthly 0.5 index.html - 2023-07-31 + 2023-08-05 monthly 0.5 build/index/ - 2023-07-31 + 2023-08-05 monthly 0.5 build/search/index/ - 2023-07-31 + 2023-08-05 monthly 0.5 diff --git a/tutorial/index.html b/tutorial/index.html index b4e93510..896e4bc0 100644 --- a/tutorial/index.html +++ b/tutorial/index.html @@ -155,11 +155,11 @@

h = (x + 3)^5 -@btime gcd(gcd($f, $g), $h)
  121.308 μs (1576 allocations: 82.45 KiB)
+@btime gcd(gcd($f, $g), $h)
  123.503 μs (1576 allocations: 82.45 KiB)
 3 + x

With Groebner.jl:

F = [f, g, h]
-@btime groebner($F)
  207.614 μs (2134 allocations: 214.23 KiB)
+@btime groebner($F)
  194.004 μs (2134 allocations: 214.23 KiB)
 1-element Vector{DynamicPolynomials.Polynomial{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, MultivariatePolynomials.Graded{MultivariatePolynomials.LexOrder}, Int64}}:
  3 + x

Variable Elimination

@@ -323,7 +323,7 @@

Graph Co