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

Decorated Cospans and Corelations #853

Open
wants to merge 5 commits into
base: jpf/sheaves
Choose a base branch
from
Open

Conversation

jpfairbanks
Copy link
Member

This PR implements decorated cospans and corelations including the

  1. API design: we introduce some abstract types along the lines of Category and Functor
  2. Generic implementation based on the (functor,laxator) definition for cospans
  3. Generic implementation of decorated corelations given the decorated cospans + restriction along monos defition
  4. FinVect as decorate cospan and corelation

@github-actions
Copy link
Contributor

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

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.

None yet

1 participant