feat(Geometry/Manifold): API for extended coordinate changes#35391
feat(Geometry/Manifold): API for extended coordinate changes#35391peabrainiac wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary 3bbc5c706cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 4858 | 2 | exceptions for the docPrime linter |
Current commit c9d9f727e4
Reference commit 3bbc5c706c
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
I'm wondering if |
|
Thanks for making the PR! I'll need a more awake moment than right now to double-check the diff (which is sadly not as readable...), but this mostly looks straightforward. Let me get a second opinion on the above question, though. |
Introduce a definition
I.extendCoordChange e e'for what previously appeared in lemmas as(e.extend I).symm ≫ e'.extend I, and provide some more API lemmas. Split out from #33189.