Skip to content

chg: collect results in structures - #15

Merged
oskarhenriksson merged 34 commits into
mainfrom
oh/result-structures
May 2, 2026
Merged

chg: collect results in structures#15
oskarhenriksson merged 34 commits into
mainfrom
oh/result-structures

Conversation

@oskarhenriksson

@oskarhenriksson oskarhenriksson commented Mar 19, 2026

Copy link
Copy Markdown
Owner

For many of our functions, there is a lot of expensive auxiliary data (such as tropical linear spaces and stable intersections) that I think would be nice to output along with the bounds. For instance, this auxiliary data is useful for computing tropical homotopies. The auxiliary data also constitutes a certificate that the bounds are correct and is required to reproduce them.

Before, we collected some of this data in tuples, but it was getting a bit confusing and cumbersome to keep track of the ordering. Similarly, it was getting a bit tiresome to write out C, M, L all the time.

This PR introduces a bunch of new Julia structures for augmented vertical systems and the results of our computations.

It is built on top of #14.

@oskarhenriksson oskarhenriksson changed the title Collect results in structures chg: collect results in structures Mar 19, 2026
@oskarhenriksson
oskarhenriksson requested a review from YueRen March 19, 2026 23:16
@oskarhenriksson
oskarhenriksson merged commit bbbeb16 into main May 2, 2026
1 check passed
@oskarhenriksson
oskarhenriksson deleted the oh/result-structures branch May 2, 2026 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant