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

Add is_bipartite(::Graph) #4499

Merged
merged 12 commits into from
Jan 27, 2025
Merged

Add is_bipartite(::Graph) #4499

merged 12 commits into from
Jan 27, 2025

Conversation

Sequenzer
Copy link
Collaborator

The title says it all.

src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
@lgoettgens lgoettgens changed the title Added Function is_bipartite Add is_bipartite(::Graph) Jan 24, 2025
@lgoettgens lgoettgens added topic: combinatorics release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes labels Jan 24, 2025
@lgoettgens lgoettgens requested a review from benlorenz January 24, 2025 17:27
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.55%. Comparing base (f329ec4) to head (fba384a).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4499      +/-   ##
==========================================
- Coverage   84.55%   84.55%   -0.01%     
==========================================
  Files         672      672              
  Lines       88888    88833      -55     
==========================================
- Hits        75158    75111      -47     
+ Misses      13730    13722       -8     
Files with missing lines Coverage Δ
src/Combinatorics/Graphs/functions.jl 96.74% <100.00%> (+0.03%) ⬆️

... and 28 files with indirect coverage changes

Copy link
Member

@benlorenz benlorenz left a comment

Choose a reason for hiding this comment

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

A few suggestions, and please add the function to docs/src/Combinatorics/graphs.md.

src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
Sequenzer and others added 6 commits January 25, 2025 10:27
Co-authored-by: Benjamin Lorenz <benlorenz@users.noreply.github.com>
Co-authored-by: Benjamin Lorenz <benlorenz@users.noreply.github.com>
Co-authored-by: Benjamin Lorenz <benlorenz@users.noreply.github.com>
Co-authored-by: Benjamin Lorenz <benlorenz@users.noreply.github.com>
@Sequenzer Sequenzer marked this pull request as ready for review January 27, 2025 09:32
@benlorenz benlorenz merged commit e645614 into oscar-system:master Jan 27, 2025
28 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: combinatorics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants