Skip to content

Commit

Permalink
svg images for the algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 committed Jul 30, 2024
1 parent 5323c1c commit 5351ffb
Show file tree
Hide file tree
Showing 5 changed files with 3,000 additions and 1 deletion.
28 changes: 27 additions & 1 deletion appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,34 @@ title: Appendix A

# Original IDE Algorithm

<object data="appendix.pdf" width="100%" height="1000px"></object>
Here, we provide a copy of the pseudocode of the original IDE algorithm [[21]](#references) that is relevant to our work.

<!-- <object data="appendix.pdf" width="100%" height="1000px"></object> -->

<!-- ![appendix1](appendix-1.svg) -->
## Phase I

A shortened version of the *ForwardComputeJumpFunctionsSLRPs* procedure from phase I of the original IDE algorithm [[21]](#references).

![forward compute jumpfunctions SLRPs](img/fcjfslrps-1.svg)

### Propagate

The *Propagate* procedure from the original IDE algorithm [[21]](#references).

![propagate](img/propagate-alg-1.svg)

## Phase II

Phase II (value propagation and value computation) of the original IDE algorithm [[21]](#references).

![phase-II](img/phase2-1.svg)

### Propagate Value

The *PropagateValue* procedure from the original IDE algorithm [[21]](#references).

![propagate-value](img/prop-value-1.svg)

## References

Expand Down
Loading

0 comments on commit 5351ffb

Please sign in to comment.