Commit Graph

4 Commits

Author SHA1 Message Date
didericis dbb1cbcfe5 Implement quadrilateral sequencing on the extended deep embedding
Adds extended_deep_embedding (subdividing the outer face with an outer-cap
vertex), quadrilateral_decomposition (pairing faces across level edges),
and quadrilateral_sequencing which runs the anchor drop / level add /
join / ring completion precedence with bottommost-on-the-canonical-
boundary-walk tiebreaks and a lex-smallest move-code-string choice for
the initial quad.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 02:44:48 -04:00
didericis fe423dc7ba Add level edge definition to plane depth sequencing paper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 04:08:33 -04:00
didericis 9107a72e0c Plot graph to graph.png in canonize_and_save_graph after setting planar positions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 03:20:43 -04:00
didericis 9e3e525a5b Replace plane_depth_labelling with plane_depth_sequencing paper and script, remove unused lib modules
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 21:10:06 -04:00