Skip to content

Commit

Permalink
Deploying to gh-pages from @ 802c3db 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HighDiceRoller committed Jan 1, 2025
1 parent 88e9c03 commit ee41d1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apidoc/latest/icepool.html
Original file line number Diff line number Diff line change
Expand Up @@ -12777,7 +12777,7 @@ <h6 id="arguments">Arguments:</h6>
</span><span id="MultisetExpression-1123"><a href="#MultisetExpression-1123"><span class="linenos">1123</span></a> <span class="n">priority</span><span class="p">:</span> <span class="n">Literal</span><span class="p">[</span><span class="s1">&#39;low&#39;</span><span class="p">,</span> <span class="s1">&#39;high&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;high&#39;</span><span class="p">,</span>
</span><span id="MultisetExpression-1124"><a href="#MultisetExpression-1124"><span class="linenos">1124</span></a> <span class="o">/</span>
</span><span id="MultisetExpression-1125"><a href="#MultisetExpression-1125"><span class="linenos">1125</span></a> <span class="p">)</span> <span class="o">-&gt;</span> <span class="s1">&#39;icepool.Die[tuple[int, int]] | icepool.MultisetEvaluator[int, tuple[int, int]]&#39;</span><span class="p">:</span>
</span><span id="MultisetExpression-1126"><a href="#MultisetExpression-1126"><span class="linenos">1126</span></a><span class="w"> </span><span class="sd">&quot;&quot;&quot;Evaluation: The size of the largest straight among the elements and the lowest or highest outcome in that straight.</span>
</span><span id="MultisetExpression-1126"><a href="#MultisetExpression-1126"><span class="linenos">1126</span></a><span class="w"> </span><span class="sd">&quot;&quot;&quot;Evaluation: The size of the largest straight among the elements and the highest (optionally, lowest) outcome in that straight.</span>
</span><span id="MultisetExpression-1127"><a href="#MultisetExpression-1127"><span class="linenos">1127</span></a>
</span><span id="MultisetExpression-1128"><a href="#MultisetExpression-1128"><span class="linenos">1128</span></a><span class="sd"> Straight size is prioritized first, then the outcome.</span>
</span><span id="MultisetExpression-1129"><a href="#MultisetExpression-1129"><span class="linenos">1129</span></a>
Expand Down Expand Up @@ -14993,7 +14993,7 @@ <h6 id="raises">Raises:</h6>
</span><span id="MultisetExpression.largest_straight_and_outcome-1123"><a href="#MultisetExpression.largest_straight_and_outcome-1123"><span class="linenos">1123</span></a> <span class="n">priority</span><span class="p">:</span> <span class="n">Literal</span><span class="p">[</span><span class="s1">&#39;low&#39;</span><span class="p">,</span> <span class="s1">&#39;high&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;high&#39;</span><span class="p">,</span>
</span><span id="MultisetExpression.largest_straight_and_outcome-1124"><a href="#MultisetExpression.largest_straight_and_outcome-1124"><span class="linenos">1124</span></a> <span class="o">/</span>
</span><span id="MultisetExpression.largest_straight_and_outcome-1125"><a href="#MultisetExpression.largest_straight_and_outcome-1125"><span class="linenos">1125</span></a> <span class="p">)</span> <span class="o">-&gt;</span> <span class="s1">&#39;icepool.Die[tuple[int, int]] | icepool.MultisetEvaluator[int, tuple[int, int]]&#39;</span><span class="p">:</span>
</span><span id="MultisetExpression.largest_straight_and_outcome-1126"><a href="#MultisetExpression.largest_straight_and_outcome-1126"><span class="linenos">1126</span></a><span class="w"> </span><span class="sd">&quot;&quot;&quot;Evaluation: The size of the largest straight among the elements and the lowest or highest outcome in that straight.</span>
</span><span id="MultisetExpression.largest_straight_and_outcome-1126"><a href="#MultisetExpression.largest_straight_and_outcome-1126"><span class="linenos">1126</span></a><span class="w"> </span><span class="sd">&quot;&quot;&quot;Evaluation: The size of the largest straight among the elements and the highest (optionally, lowest) outcome in that straight.</span>
</span><span id="MultisetExpression.largest_straight_and_outcome-1127"><a href="#MultisetExpression.largest_straight_and_outcome-1127"><span class="linenos">1127</span></a>
</span><span id="MultisetExpression.largest_straight_and_outcome-1128"><a href="#MultisetExpression.largest_straight_and_outcome-1128"><span class="linenos">1128</span></a><span class="sd"> Straight size is prioritized first, then the outcome.</span>
</span><span id="MultisetExpression.largest_straight_and_outcome-1129"><a href="#MultisetExpression.largest_straight_and_outcome-1129"><span class="linenos">1129</span></a>
Expand All @@ -15015,7 +15015,7 @@ <h6 id="raises">Raises:</h6>
</span></pre></div>


<div class="docstring"><p>Evaluation: The size of the largest straight among the elements and the lowest or highest outcome in that straight.</p>
<div class="docstring"><p>Evaluation: The size of the largest straight among the elements and the highest (optionally, lowest) outcome in that straight.</p>

<p>Straight size is prioritized first, then the outcome.</p>

Expand Down
4 changes: 2 additions & 2 deletions apidoc/latest/icepool/evaluator.html
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ <h6 id="raises">Raises:</h6>
<a class="headerlink" href="#LargestStraightAndOutcomeEvaluator"></a>
<div class="pdoc-code codehilite"><pre><span></span><span id="LargestStraightAndOutcomeEvaluator-162"><a href="#LargestStraightAndOutcomeEvaluator-162"><span class="linenos">162</span></a><span class="k">class</span> <span class="nc">LargestStraightAndOutcomeEvaluator</span><span class="p">(</span><span class="n">MultisetEvaluator</span><span class="p">[</span><span class="nb">int</span><span class="p">,</span> <span class="nb">tuple</span><span class="p">[</span><span class="nb">int</span><span class="p">,</span>
</span><span id="LargestStraightAndOutcomeEvaluator-163"><a href="#LargestStraightAndOutcomeEvaluator-163"><span class="linenos">163</span></a> <span class="nb">int</span><span class="p">]]):</span>
</span><span id="LargestStraightAndOutcomeEvaluator-164"><a href="#LargestStraightAndOutcomeEvaluator-164"><span class="linenos">164</span></a><span class="w"> </span><span class="sd">&quot;&quot;&quot;The size of the largest straight among the elements and the lowest or highest outcome in that straight.</span>
</span><span id="LargestStraightAndOutcomeEvaluator-164"><a href="#LargestStraightAndOutcomeEvaluator-164"><span class="linenos">164</span></a><span class="w"> </span><span class="sd">&quot;&quot;&quot;The size of the largest straight among the elements and the highest (optionally, lowest) outcome in that straight.</span>
</span><span id="LargestStraightAndOutcomeEvaluator-165"><a href="#LargestStraightAndOutcomeEvaluator-165"><span class="linenos">165</span></a>
</span><span id="LargestStraightAndOutcomeEvaluator-166"><a href="#LargestStraightAndOutcomeEvaluator-166"><span class="linenos">166</span></a><span class="sd"> Straight size is prioritized first, then the outcome.</span>
</span><span id="LargestStraightAndOutcomeEvaluator-167"><a href="#LargestStraightAndOutcomeEvaluator-167"><span class="linenos">167</span></a>
Expand Down Expand Up @@ -2100,7 +2100,7 @@ <h6 id="raises">Raises:</h6>
</span></pre></div>


<div class="docstring"><p>The size of the largest straight among the elements and the lowest or highest outcome in that straight.</p>
<div class="docstring"><p>The size of the largest straight among the elements and the highest (optionally, lowest) outcome in that straight.</p>

<p>Straight size is prioritized first, then the outcome.</p>

Expand Down
Loading

0 comments on commit ee41d1e

Please sign in to comment.