diff options
| author | blasty <peter@haxx.in> | 2026-08-15 11:11:36 +0200 |
|---|---|---|
| committer | blasty <peter@haxx.in> | 2026-08-15 11:12:11 +0200 |
| commit | 46e136680d4f2e80c4caf5d83641be786b7c47cb (patch) | |
| tree | 21a7b631cba26167ce124fb79ee1858bd9276972 /idatui/graph_triskel.py | |
| parent | README: drop the ASCII mock and the LLM-agent section (diff) | |
| download | ida-tui-46e136680d4f2e80c4caf5d83641be786b7c47cb.tar.gz ida-tui-46e136680d4f2e80c4caf5d83641be786b7c47cb.tar.xz ida-tui-46e136680d4f2e80c4caf5d83641be786b7c47cb.zip | |
docs: drop the triskel evaluation artifacts
TRISKEL_EVAL.md and graph_compare.py were intermediary working docs from
choosing the SESE engine. Triskel now ships alongside the native layout
engine, so the evaluation no longer needs to be in the tree; GRAPH_VIEW.md
keeps the part that describes shipping behaviour.
Also drops the local-only ~/dev/triskel/PATCHES.md pointer from pyproject.
Diffstat (limited to 'idatui/graph_triskel.py')
| -rw-r--r-- | idatui/graph_triskel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idatui/graph_triskel.py b/idatui/graph_triskel.py index 479c39b..2bf92bf 100644 --- a/idatui/graph_triskel.py +++ b/idatui/graph_triskel.py @@ -5,7 +5,7 @@ into Single-Entry Single-Exit regions first, laying each region out on its own, and pasting the results back as super-nodes. On our corpus that takes functions that our own layered engine draws with up to 41 edge crossings down to 0 or 1, and it routes loop edges around the side of the graph the way IDA does instead -of straight back up the middle. ``docs/TRISKEL_EVAL.md`` has the measurements. +of straight back up the middle. This module owns the whole impedance mismatch between a float/pixel layout engine and a grid of character cells. Three things make that mismatch small: |
