From 46e136680d4f2e80c4caf5d83641be786b7c47cb Mon Sep 17 00:00:00 2001 From: blasty Date: Sat, 15 Aug 2026 11:11:36 +0200 Subject: 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. --- idatui/graph_triskel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idatui') 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: -- cgit v1.3.1-sl0p