Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interoperation between ACSets, FinSets, and FinCats #539

Open
epatters opened this issue Oct 28, 2021 · 0 comments
Open

Interoperation between ACSets, FinSets, and FinCats #539

epatters opened this issue Oct 28, 2021 · 0 comments
Labels

Comments

@epatters
Copy link
Member

We have dedicated, efficient data structures for acsets. It is also the case that a FinDomFunctor sending morphisms to FinDomFunctions can be regarded as an acset. These two approaches to the same concept should be made interoperable. The ongoing work on data migration (e.g. #532) makes this very relevant, since data migrations naturally return FinDomFunctors but we ultimately want to get back an acset.

One direction is easy: I have already made a FinDomFunctor subtype that wraps an acset. Doing the other direction well may require some internal refactoring. @olynch's suggestions in the related issue #489 would actually jive very well with these requirements.

@epatters epatters added this to To do in Data migration via automation Oct 28, 2021
@epatters epatters removed this from To do in Data migration Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant