Skip to content

Commit

Permalink
Deploy to GitHub Pages on develop: f187584ba8325431d43d5e0a58baa381ac…
Browse files Browse the repository at this point in the history
…2c3f47
  • Loading branch information
GitHub Actions committed Oct 29, 2024
1 parent 33812a3 commit 0d651ce
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 208 deletions.
23 changes: 12 additions & 11 deletions develop/book/009_precomputation.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,17 +346,18 @@ <h2 id="sec:limitingPrecomputations">Limiting Precomputations</h2>
<ul>
<li><p><code>--open-chains=X</code> or <code>-c=X</code>, where
<code>X</code> is a positive integer, limits the number of chain
goals Tamarin will solve during precomputations. In particular,
this value stops Tamarin from solving any deconstruction chains
that are longer than the given value <code>X</code>. This is
useful as some equational theories can cause loops when solving
deconstruction chains. At the same time, some equational theories
may need larger values (without looping), in which case it can be
necessary to increase this value. However, a too small value can
lead to sources that contain open deconstruction chains which
would be easy to solve, rendering the precomputations inefficient.
Tamarin shows a warning on the command line when this limit is
reached. Default value: <code>10</code></p></li>
constraints Tamarin will solve during precomputations. In
particular, this value stops Tamarin from solving any
deconstruction chains that are longer than the given value
<code>X</code>. This is useful as some equational theories can
cause loops when solving deconstruction chains. At the same time,
some equational theories may need larger values (without looping),
in which case it can be necessary to increase this value. However,
a too small value can lead to sources that contain open
deconstruction chains which would be easy to solve, rendering the
precomputations inefficient. Tamarin shows a warning on the
command line when this limit is reached. Default value:
<code>10</code></p></li>
<li><p><code>--saturation=X</code> or <code>--s=X</code>, where
<code>X</code> is a positive integer, limits the number of
saturation steps Tamarin will do during precomputations. In a
Expand Down
Loading

0 comments on commit 0d651ce

Please sign in to comment.