docs(reviewer): refresh §4 to mark Tier-1/3 done (stale TODO removed)
Some checks failed
C++ Tests / test-fast (pull_request) Successful in 2m1s
API Docs / doc-build (pull_request) Successful in 53s
Markdown link check / check (pull_request) Successful in 58s
C++ Tests / test-cgal (pull_request) Has been skipped
C++ Tests / quality-gates (pull_request) Failing after 2m14s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-05-30 09:40:38 +02:00
committed by Tarik Moussa
parent 082649ef40
commit c472748e46

View File

@@ -224,14 +224,15 @@ the Euclidean path. Verified against block-FD and gradient-FD.
## 4 — Recommended order of work
1. **Port `make_lawson_square_tiled()`** (low-level half-edge; see §5) →
unblocks the single HIGH oracle and the MED branch-point variant in one go.
2. Add `HyperIdealLawsonGoldenJava` test using the **per-class symmetric**
assertion above (robust, no DOF-order matching).
3. Add `wente.obj` asset → genus-1 uniformization self-consistency (MED).
4. Defer LATER items to their phases; revisit golden vectors then
(branch-point and hyperelliptic golden u\* are already recorded in the
Java tests and can be reused verbatim once the generator exists).
1. **DONE (PR #29)** — Tier 1: cyclic φ oracle + full analytic edge-DOF Hessian.
2.**DONE (PR #30)** — Tier 3: `make_lawson_square_tiled()` (low-level
half-edge; §5) + plain & branch-points golden oracles (per-class symmetric,
no DOF-order matching needed).
3. ⏸️ **Deferred** — Lawson **hyperelliptic** variant (XML-format reader +
`HyperIdealHyperellipticUtility` / jReality θ; non-symmetric golden).
4. ⏸️ **Phase 9f** — Wente genus-1 uniformization (quad/cyclic pipeline).
5. **Phase 10a/10c/11/13** — LATER items (genus-2, holomorphic forms, Schottky);
golden u\* / data recorded in the Java tests for reuse then.
---