Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Durand committed Dec 27, 2024
1 parent 274f19f commit 4b6c270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algo-curve.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ Assume that the reference family of @exm-toy-forest has been labeled as in @exm-

:::

Now we can finally present the new algorithm and the proof that it computes the curve $(\Vstar(S_t))_{t\in\Nm}$. We present two versions of the algorithm (strictly equivalent): one very formal (@alg-formal-curve), to introduce additional notation used in the proof, and, later, one that is more akin to @alg-vstar and @alg-pruning, that is, it reuses notation from step to step, for implementation and simplicity purposes (@alg-curve).
Now we can finally present the new algorithm and the proof that it computes the curve $(\Vstar(S_t))_{t\in\Nm}$. We present two versions of the algorithm (strictly equivalent): one very formal (@alg-formal-curve), to introduce additional notation used in the proof of @thm-curve-path, and, later, one that is more akin to @alg-vstar and @alg-pruning, that is, it reuses notation from step to step, for implementation and simplicity purposes (@alg-curve).

::: {.content-visible when-format="html"}
```pseudocode
Expand Down

0 comments on commit 4b6c270

Please sign in to comment.