Skip to content

Commit

Permalink
Deploying to gh-pages from @ 52dee9d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Sep 12, 2023
1 parent 8d21d60 commit 0bc25da
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion assets/tutorial/code/output/gcd3.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
127.599 μs (1576 allocations: 82.45 KiB)
128.200 μs (1576 allocations: 82.45 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 @@
163.199 μs (2134 allocations: 214.23 KiB)
159.399 μs (2134 allocations: 214.23 KiB)
10 changes: 5 additions & 5 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.
10 changes: 5 additions & 5 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 @@ -93,7 +93,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: August 31, 2023. 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: September 12, 2023. 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 @@ -132,7 +132,7 @@ <h2 id="acknowledgement"><a href="#acknowledgement" class="header-anchor">Acknow
<p>Special thanks goes to Vladimir Kuznetsov for providing the sources of his F4 implementation.</p>
<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: August 31, 2023. 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: September 12, 2023. 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 @@ -406,7 +406,7 @@ <h1 id="example__10"><a href="#example__10" class="header-anchor">Example</a></h

<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: August 31, 2023. 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: September 12, 2023. 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
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@

<url>
<loc>tutorial/index.html</loc>
<lastmod>2023-08-31</lastmod>
<lastmod>2023-09-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>benchmarks/index.html</loc>
<lastmod>2023-08-31</lastmod>
<lastmod>2023-09-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>interface/index.html</loc>
<lastmod>2023-08-31</lastmod>
<lastmod>2023-09-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>index.html</loc>
<lastmod>2023-08-31</lastmod>
<lastmod>2023-09-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>build/index/</loc>
<lastmod>2023-08-31</lastmod>
<lastmod>2023-09-12</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>build/search/index/</loc>
<lastmod>2023-08-31</lastmod>
<lastmod>2023-09-12</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 @@ -155,11 +155,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"> 127.599 μs (1576 allocations: 82.45 KiB)
<span class="hljs-meta">@btime</span> gcd(gcd($f, $g), $h)</code></pre><pre><code class="plaintext hljs"> 128.200 μs (1576 allocations: 82.45 KiB)
3 + x</code></pre>
<p>With <code>Groebner.jl</code>:</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"> 163.199 μs (2134 allocations: 214.23 KiB)
<span class="hljs-meta">@btime</span> groebner($F)</code></pre><pre><code class="plaintext hljs"> 159.399 μs (2134 allocations: 214.23 KiB)
1-element Vector{DynamicPolynomials.Polynomial{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, MultivariatePolynomials.Graded{MultivariatePolynomials.LexOrder}, Int64}}:
3 + x</code></pre>
<h2 id="variable_elimination"><a href="#variable_elimination" class="header-anchor">Variable Elimination</a></h2>
Expand Down Expand Up @@ -323,7 +323,7 @@ <h2 id="graph_coloring"><a href="#graph_coloring" class="header-anchor">Graph Co
<img src="/Groebner.jl/assets/tutorial/code/output/graphcolored.svg" alt="">
<div class="page-foot">
<div class="copyright">
&copy; Alexander Demin, Shashi Gowda, and others. Last modified: August 31, 2023. 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: September 12, 2023. 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 0bc25da

Please sign in to comment.