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

Subsumption Example #2216

Merged
merged 11 commits into from
Mar 20, 2022
Merged

Conversation

b-scholz
Copy link
Member

Added a new subsumption example for computing acyclic paths in a graph. The program enumerates the path sequences of the paths explicitly. Cyclic paths are subsumed by the acyclic ones.

@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #2216 (02311b1) into master (6eb3ad0) will increase coverage by 0.52%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2216      +/-   ##
==========================================
+ Coverage   75.25%   75.78%   +0.52%     
==========================================
  Files         454      454              
  Lines       27572    27572              
==========================================
+ Hits        20750    20896     +146     
+ Misses       6822     6676     -146     
Impacted Files Coverage Δ
src/ast/analysis/typesystem/TypeConstraints.cpp 90.11% <100.00%> (ø)
...ouffle/datastructure/ConcurrentInsertOnlyHashMap.h 81.30% <0.00%> (-1.63%) ⬇️
src/include/souffle/datastructure/BTreeDelete.h 57.14% <0.00%> (+21.57%) ⬆️

Copy link
Collaborator

@SamArch27 SamArch27 left a comment

Choose a reason for hiding this comment

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

looks good

@SamArch27 SamArch27 merged commit cb7291d into souffle-lang:master Mar 20, 2022
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

3 participants