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

Acset transformations between dynamic acsets #748

Merged
merged 3 commits into from
Mar 15, 2023

Conversation

kris-brown
Copy link
Contributor

This extends the Struct vs Dynamic acset paradigm to include morphisms. Many features are still not covered for DynamicACSet categories, but this is a starting point. The goal of this PR was to be able to construct and compose maps between DynamicACSets.

Kris Brown added 2 commits March 14, 2023 18:53
calling with T requires there to be a constructor that has all of its type parameters instantiated. However StructTightACSetTransformation only has a constructor for S explicitly provided
@epatters epatters self-requested a review March 15, 2023 21:19
@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2023

Review Checklist

Does this PR follow the development guidelines? Following is a partial checklist:

Tests

  • New features and bug fixes have unit tests
  • New modules have tests that are ultimately called by the test runner (test/runtests.jl)
  • Existing tests have not been deleted
  • Code coverage >= 90% or reduction justified in PR

Documentation

  • All exported functions, types, and constants have docstrings, written in complete sentences
  • Citations are given for any constructions, algorithms, or code drawn from external sources

Other

  • Style guidelines are followed, including indent width 2
  • Changes breaking backwards compatibility have been approved

@epatters epatters changed the title CSetTransformations for Dynamic ACSets Acset transformations between dynamic acsets Mar 15, 2023
Copy link
Member

@epatters epatters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and clean! I left a few comments.

src/categorical_algebra/CSets.jl Show resolved Hide resolved
src/categorical_algebra/CSets.jl Show resolved Hide resolved
src/categorical_algebra/CSets.jl Outdated Show resolved Hide resolved
@epatters epatters merged commit 1e4da78 into AlgebraicJulia:master Mar 15, 2023
@kris-brown kris-brown deleted the dynacsettransformation branch March 16, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants