diff --git a/assets/interface/code/lowlevel.jl b/assets/interface/code/lowlevel.jl new file mode 100644 index 00000000..a1d37c1c --- /dev/null +++ b/assets/interface/code/lowlevel.jl @@ -0,0 +1,8 @@ +# 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 new file mode 100644 index 00000000..e69de29b diff --git a/assets/interface/code/output/lowlevel.res b/assets/interface/code/output/lowlevel.res new file mode 100644 index 00000000..56a4d6b6 --- /dev/null +++ b/assets/interface/code/output/lowlevel.res @@ -0,0 +1 @@ +(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 e704bc8c..56d3d2b0 100644 --- a/assets/tutorial/code/output/gcd3.out +++ b/assets/tutorial/code/output/gcd3.out @@ -1 +1 @@ - 81.782 μs (1669 allocations: 64.62 KiB) + 84.277 μs (1669 allocations: 64.62 KiB) diff --git a/assets/tutorial/code/output/gcd4.out b/assets/tutorial/code/output/gcd4.out index 8e7e2ead..3f200f06 100644 --- a/assets/tutorial/code/output/gcd4.out +++ b/assets/tutorial/code/output/gcd4.out @@ -1 +1 @@ - 151.401 μs (2706 allocations: 160.52 KiB) + 152.125 μs (2706 allocations: 160.52 KiB) diff --git a/assets/tutorial/code/output/graph2.svg b/assets/tutorial/code/output/graph2.svg index 96bfcbe3..a7957702 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 252d47a1..ef91875f 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 d87319fc..f17e4caf 100644 --- a/benchmarks/index.html +++ b/benchmarks/index.html @@ -58,7 +58,7 @@

Groebner Home -