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

Incremental hom search #36

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Incremental hom search #36

merged 5 commits into from
Feb 8, 2024

Conversation

kris-brown
Copy link
Collaborator

@kris-brown kris-brown commented Dec 11, 2023

The idea behind this PR is described in this blog post.

An implementation of incremental hom search for DenseParts ACSets. It should be possible to extend this to MarkAsDeleted.

Waiting for a modification to HomSearch to be merged into Catlab.

A helper function here might be of interest: connected_acset_components breaks an ACSet into connected components, represented as a coproduct and an isomorphism from the original ACSet into the colimit apex.

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (97c584d) 84.10% compared to head (d96263d) 85.30%.

Files Patch % Lines
src/incremental/Incremental.jl 97.76% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   84.10%   85.30%   +1.20%     
==========================================
  Files          30       31       +1     
  Lines        1793     1926     +133     
==========================================
+ Hits         1508     1643     +135     
+ Misses        285      283       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kris-brown kris-brown self-assigned this Dec 11, 2023
@kris-brown kris-brown added the enhancement New feature or request label Dec 11, 2023
@kris-brown kris-brown marked this pull request as draft December 15, 2023 00:27
@kris-brown kris-brown marked this pull request as ready for review February 8, 2024 19:43
@kris-brown kris-brown merged commit 244625c into main Feb 8, 2024
9 checks passed
@kris-brown kris-brown deleted the incremental_homsearch branch February 8, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant