Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hurak committed Dec 2, 2024
1 parent b9942e4 commit badeea2
Show file tree
Hide file tree
Showing 38 changed files with 51,313 additions and 8,377 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42b43e5e
4354d9f9
1,190 changes: 1,190 additions & 0 deletions classes_PWA 10.html

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions classes_reset.html

Large diffs are not rendered by default.

1,544 changes: 1,544 additions & 0 deletions classes_switched 11.html

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions classes_switched.html

Large diffs are not rendered by default.

1,955 changes: 1,955 additions & 0 deletions complementarity_simulations 9.html

Large diffs are not rendered by default.

597 changes: 298 additions & 299 deletions complementarity_simulations.html

Large diffs are not rendered by default.

1,140 changes: 1,140 additions & 0 deletions complementarity_software 9.html

Large diffs are not rendered by default.

1,250 changes: 1,250 additions & 0 deletions des 8.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions des_automata.html
Original file line number Diff line number Diff line change
Expand Up @@ -2131,16 +2131,16 @@ <h3 class="anchored" data-anchor-id="mealy-machine">Mealy machine</h3>
<span id="cb3-11"><a href="#cb3-11" aria-hidden="true" tabindex="-1"></a><span class="pp">@show</span> <span class="fu">update!</span>(dtr), <span class="fu">output</span>(dtr)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-stdout">
<pre><code>x_initial = rand(0:k, n) = [4, 2, 0, 3]
<pre><code>x_initial = rand(0:k, n) = [1, 2, 1, 4]
output(dtr) = [0, 1, 1, 1]
(update!(dtr), output(dtr)) = ([4, 4, 2, 0], [0, 0, 1, 1])
(update!(dtr), output(dtr)) = ([4, 4, 4, 2], [0, 0, 0, 1])
(update!(dtr), output(dtr)) = ([4, 4, 4, 4], [1, 0, 0, 0])
(update!(dtr), output(dtr)) = ([1, 4, 4, 4], [0, 1, 0, 0])
(update!(dtr), output(dtr)) = ([1, 1, 4, 4], [0, 0, 1, 0])</code></pre>
(update!(dtr), output(dtr)) = ([1, 1, 2, 1], [1, 0, 1, 1])
(update!(dtr), output(dtr)) = ([2, 1, 1, 2], [1, 1, 0, 1])
(update!(dtr), output(dtr)) = ([3, 2, 1, 1], [0, 1, 1, 0])
(update!(dtr), output(dtr)) = ([3, 3, 2, 1], [0, 0, 1, 1])
(update!(dtr), output(dtr)) = ([3, 3, 3, 2], [0, 0, 0, 1])</code></pre>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>([1, 1, 4, 4], [0, 0, 1, 0])</code></pre>
<pre><code>([3, 3, 3, 2], [0, 0, 0, 1])</code></pre>
</div>
</div>
<p>We can see that although initially the there can be more tokens, after a few iterations the algorithm achieves the goal of having just one token in the ring.</p>
Expand Down
1,108 changes: 1,108 additions & 0 deletions des_references 8.html

Large diffs are not rendered by default.

1,173 changes: 1,173 additions & 0 deletions des_software 6.html

Large diffs are not rendered by default.

1,624 changes: 1,624 additions & 0 deletions hybrid_automata 18.html

Large diffs are not rendered by default.

1,058 changes: 1,058 additions & 0 deletions hybrid_automata_references 8.html

Large diffs are not rendered by default.

1,808 changes: 1,808 additions & 0 deletions hybrid_equations 11.html

Large diffs are not rendered by default.

154 changes: 77 additions & 77 deletions hybrid_equations.html

Large diffs are not rendered by default.

1,093 changes: 1,093 additions & 0 deletions hybrid_equations_references 16.html

Large diffs are not rendered by default.

1,064 changes: 1,064 additions & 0 deletions hybrid_equations_software 9.html

Large diffs are not rendered by default.

1,175 changes: 1,175 additions & 0 deletions intro 9.html

Large diffs are not rendered by default.

1,097 changes: 1,097 additions & 0 deletions intro_outline 17.html

Large diffs are not rendered by default.

8,168 changes: 8,168 additions & 0 deletions max_plus_algebra 9.html

Large diffs are not rendered by default.

13,008 changes: 6,504 additions & 6,504 deletions max_plus_algebra.html

Large diffs are not rendered by default.

1,099 changes: 1,099 additions & 0 deletions max_plus_references 8.html

Large diffs are not rendered by default.

1,062 changes: 1,062 additions & 0 deletions max_plus_software 8.html

Large diffs are not rendered by default.

1,679 changes: 1,679 additions & 0 deletions petri_nets 7.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</url>
<url>
<loc>https://hurak.github.io/hys/complementarity_simulations.html</loc>
<lastmod>2024-11-27T14:04:06.084Z</lastmod>
<lastmod>2024-12-01T15:03:16.724Z</lastmod>
</url>
<url>
<loc>https://hurak.github.io/hys/classes_PWA.html</loc>
Expand Down
1,213 changes: 1,213 additions & 0 deletions solution_concepts 10.html

Large diffs are not rendered by default.

1,097 changes: 1,097 additions & 0 deletions solution_references 9.html

Large diffs are not rendered by default.

1,235 changes: 1,235 additions & 0 deletions solution_types 8.html

Large diffs are not rendered by default.

1,150 changes: 1,150 additions & 0 deletions stability_references 4.html

Large diffs are not rendered by default.

1,461 changes: 1,461 additions & 0 deletions stability_via_common_lyapunov_function 9.html

Large diffs are not rendered by default.

1,550 changes: 1,550 additions & 0 deletions stability_via_multiple_lyapunov_function 17.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stability_via_multiple_lyapunov_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ <h1 class="title">Stability via multiple Lyapunov functions</h1>
│ └─ Convex.NegateAtom (affine; real)
│ └─ …
├─ PSD constraint (convex)
│ └─ 2×2 real variable (id: 181…944)
│ └─ 2×2 real variable (id: 237…093)
</code></pre>
</div>
</div>
Expand Down
2,694 changes: 2,694 additions & 0 deletions verification_barrier 9.html

Large diffs are not rendered by default.

2,774 changes: 1,387 additions & 1,387 deletions verification_barrier.html

Large diffs are not rendered by default.

1,059 changes: 1,059 additions & 0 deletions verification_reachability 9.html

Large diffs are not rendered by default.

1,191 changes: 1,191 additions & 0 deletions verification_temporal_logics 8.html

Large diffs are not rendered by default.

0 comments on commit badeea2

Please sign in to comment.