From ffc06e8e63ab87c9a05f12e1c678f03c32bead17 Mon Sep 17 00:00:00 2001 From: sumiya11 <60229118+sumiya11@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:32:05 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20c62fb?= =?UTF-8?q?fbee0c83b2fdad4ce0ec48fea050a2437de=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/interface/code/lowlevel.jl | 10 -------- assets/interface/code/output/lowlevel.out | 0 assets/interface/code/output/lowlevel.res | 1 - assets/tutorial/code/output/gcd3.out | 2 +- assets/tutorial/code/output/gcd4.out | 2 +- assets/tutorial/code/output/graph2.svg | 18 +++++++------- assets/tutorial/code/output/graphcolored.svg | 18 +++++++------- benchmarks/index.html | 8 +++---- developer/index.html | 8 +++---- index.html | 24 +++++-------------- interface/index.html | 25 ++++---------------- sitemap.xml | 14 +++++------ tutorial/index.html | 12 ++++------ 13 files changed, 48 insertions(+), 94 deletions(-) delete mode 100644 assets/interface/code/lowlevel.jl delete mode 100644 assets/interface/code/output/lowlevel.out delete mode 100644 assets/interface/code/output/lowlevel.res diff --git a/assets/interface/code/lowlevel.jl b/assets/interface/code/lowlevel.jl deleted file mode 100644 index dde39b58..00000000 --- a/assets/interface/code/lowlevel.jl +++ /dev/null @@ -1,10 +0,0 @@ -# This file was generated, do not modify it. # hide -using Groebner - -# define {x y - 1, x^3 + 7 y^2} modulo 65537 in DRL -ring = Groebner.PolyRing(2, Groebner.DegRevLex(), 65537) -monoms = [ [[1, 1], [0, 0]], [[3, 0], [0, 2]] ] -coeffs = [ [1, -1], [1, 7] ] - -# compute a GB -gb_monoms, gb_coeffs = Groebner.groebner(ring, monoms, coeffs) \ No newline at end of file diff --git a/assets/interface/code/output/lowlevel.out b/assets/interface/code/output/lowlevel.out deleted file mode 100644 index e69de29b..00000000 diff --git a/assets/interface/code/output/lowlevel.res b/assets/interface/code/output/lowlevel.res deleted file mode 100644 index 56a4d6b6..00000000 --- a/assets/interface/code/output/lowlevel.res +++ /dev/null @@ -1 +0,0 @@ -(Vector{Vector{UInt32}}[[[0x00000001, 0x00000001], [0x00000000, 0x00000000]], [[0x00000000, 0x00000003], [0x00000002, 0x00000000]], [[0x00000003, 0x00000000], [0x00000000, 0x00000002]]], Vector{UInt32}[[0x00000001, 0x00010000], [0x00000001, 0x00004925], [0x00000001, 0x00000007]]) \ No newline at end of file diff --git a/assets/tutorial/code/output/gcd3.out b/assets/tutorial/code/output/gcd3.out index 1e9536b7..e704bc8c 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 83.214 μs (1669 allocations: 64.62 KiB) + 81.782 μs (1669 allocations: 64.62 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index 5fb68f83..8e7e2ead 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 150.730 μs (2712 allocations: 137.27 KiB) + 151.401 μs (2706 allocations: 160.52 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index 2fcd7a36..96bfcbe3 100644 --- a/assets/tutorial/code/output/graph2.svg +++ b/assets/tutorial/code/output/graph2.svg @@ -13,14 +13,14 @@ - + - + - + @@ -37,13 +37,13 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + 1 @@ -79,7 +79,7 @@ - + diff --git a/assets/tutorial/code/output/graphcolored.svg b/assets/tutorial/code/output/graphcolored.svg index 1fc197bc..252d47a1 100644 --- a/assets/tutorial/code/output/graphcolored.svg +++ b/assets/tutorial/code/output/graphcolored.svg @@ -13,14 +13,14 @@ - + - + - + @@ -37,13 +37,13 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + 1 @@ -79,7 +79,7 @@ - + diff --git a/benchmarks/index.html b/benchmarks/index.html index 84d9a114..d87319fc 100644 --- a/benchmarks/index.html +++ b/benchmarks/index.html @@ -58,7 +58,7 @@

Groebner Home - +