Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4760481 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Oct 13, 2024
1 parent 227d45f commit 45df9f9
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 36 deletions.
3 changes: 2 additions & 1 deletion assets/developer/code/output/dev-timings.out
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
UndefVarError: `performance_counters_enabled` not defined
UndefVarError: `performance_counters_enabled` not defined in `Groebner`
Suggestion: check for spelling errors or missing imports.
2 changes: 1 addition & 1 deletion assets/tutorial/code/output/gcd3.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67.717 μs (939 allocations: 59.97 KiB)
83.726 μs (1669 allocations: 64.62 KiB)
2 changes: 1 addition & 1 deletion assets/tutorial/code/output/gcd4.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
158.526 μs (1889 allocations: 143.28 KiB)
143.136 μs (2712 allocations: 137.27 KiB)
18 changes: 9 additions & 9 deletions assets/tutorial/code/output/graph2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions assets/tutorial/code/output/graphcolored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion benchmarks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 class="sidebar-title"><a href="/Groebner.jl/">Groebner<span style="opacity:0
<p>&#40;TODO: compare with other CAS&#41;</p>
<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: September 22, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: October 13, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
</div>
</div>
</div><!-- CONTENT ENDS HERE -->
Expand Down
5 changes: 3 additions & 2 deletions developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@ <h4 id="measuring_performance"><a href="#measuring_performance" class="header-an

R, (x,y,z) = GF(<span class="hljs-number">2</span>^<span class="hljs-number">31</span>-<span class="hljs-number">1</span>)[<span class="hljs-string">&quot;x&quot;</span>,<span class="hljs-string">&quot;y&quot;</span>,<span class="hljs-string">&quot;z&quot;</span>]

groebner([x*y + z, x*z + y], statistics=:timings)</code></pre><pre><code class="plaintext hljs">UndefVarError: `performance_counters_enabled` not defined
groebner([x*y + z, x*z + y], statistics=:timings)</code></pre><pre><code class="plaintext hljs">UndefVarError: `performance_counters_enabled` not defined in `Groebner`
Suggestion: check for spelling errors or missing imports.
</code></pre>
<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: September 22, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: October 13, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
</div>
</div>
</div><!-- CONTENT ENDS HERE -->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h2 id="acknowledgement"><a href="#acknowledgement" class="header-anchor">Acknow
<p>We are grateful to The Max Planck Institute for Informatics and The MAX team at l&#39;X for providing computational resources.</p>
<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: September 22, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: October 13, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
</div>
</div>
</div><!-- CONTENT ENDS HERE -->
Expand Down
2 changes: 1 addition & 1 deletion interface/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ <h2 id="notes__6"><a href="#notes__6" class="header-anchor">Notes</a></h2>

<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: September 22, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: October 13, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
</div>
</div>
</div><!-- CONTENT ENDS HERE -->
Expand Down
14 changes: 7 additions & 7 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@

<url>
<loc>index.html</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>tutorial/index.html</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>benchmarks/index.html</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>interface/index.html</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>developer/index.html</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>build/index/</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>build/search/index/</loc>
<lastmod>2024-09-22</lastmod>
<lastmod>2024-10-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
Expand Down
6 changes: 3 additions & 3 deletions tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ <h3 id="groebner_basis_is_euclidean_algorithm"><a href="#groebner_basis_is_eucli
<p>With <code>DynamicPolynomials.jl</code>:</p>
<pre><code class="julia hljs">h = (x + <span class="hljs-number">3</span>)^<span class="hljs-number">5</span>

<span class="hljs-meta">@btime</span> gcd(gcd($f, $g), $h)</code></pre><pre><code class="plaintext hljs"> 67.717 μs (939 allocations: 59.97 KiB)
<span class="hljs-meta">@btime</span> gcd(gcd($f, $g), $h)</code></pre><pre><code class="plaintext hljs"> 83.726 μs (1669 allocations: 64.62 KiB)
3 + x</code></pre>
<p>With Groebner.jl:</p>
<pre><code class="julia hljs">F = [f, g, h]
<span class="hljs-meta">@btime</span> groebner($F)</code></pre><pre><code class="plaintext hljs"> 158.526 μs (1889 allocations: 143.28 KiB)
<span class="hljs-meta">@btime</span> groebner($F)</code></pre><pre><code class="plaintext hljs"> 143.136 μs (2712 allocations: 137.27 KiB)
1-element Vector{DynamicPolynomials.Polynomial{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, MultivariatePolynomials.Graded{MultivariatePolynomials.LexOrder}, Rational{BigInt}}}:
3//1 + x</code></pre>
<h2 id="variable_elimination"><a href="#variable_elimination" class="header-anchor">Variable Elimination</a></h2>
Expand Down Expand Up @@ -347,7 +347,7 @@ <h2 id="graph_coloring"><a href="#graph_coloring" class="header-anchor">Graph Co

<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: September 22, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: October 13, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and <a href="https://github.com/tlienart/PkgPage.jl">PkgPage.jl</a>.
</div>
</div>
</div><!-- CONTENT ENDS HERE -->
Expand Down

0 comments on commit 45df9f9

Please sign in to comment.