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

Combinatorics: Print graphs nicely #2786

Merged
merged 1 commit into from Sep 13, 2023
Merged

Combinatorics: Print graphs nicely #2786

merged 1 commit into from Sep 13, 2023

Conversation

lkastner
Copy link
Member

julia> G = complete_graph(5)
Graph{Undirected} with the following edges:
(2, 1)(3, 1)(3, 2)(4, 1)(4, 2)(4, 3)(5, 1)(5, 2)(5, 3)(5, 4)

julia> [G,G]
2-element Vector{Graph{Undirected}}:
 Graph{Undirected} with 5 nodes and 10 edges
 Graph{Undirected} with 5 nodes and 10 edges

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

Nice improvement. One question

src/Combinatorics/Graphs/functions.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #2786 (00b2ef2) into master (5756189) will increase coverage by 0.01%.
Report is 2 commits behind head on master.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #2786      +/-   ##
==========================================
+ Coverage   73.56%   73.58%   +0.01%     
==========================================
  Files         455      455              
  Lines       64419    64445      +26     
==========================================
+ Hits        47387    47419      +32     
+ Misses      17032    17026       -6     
Files Changed Coverage
src/Combinatorics/Graphs/functions.jl 0.00%
...edralGeometry/Polyhedron/standard_constructions.jl ø

@lkastner lkastner merged commit 3df9a13 into master Sep 13, 2023
14 of 16 checks passed
@lkastner lkastner deleted the lk/graph/print branch September 13, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants