Skip to content

Added IsTwoEdgeTransitive function#733

Merged
mtorpey merged 12 commits into
digraphs:mainfrom
frankiegillis:IsTwoEdgeTransitive
Feb 26, 2025
Merged

Added IsTwoEdgeTransitive function#733
mtorpey merged 12 commits into
digraphs:mainfrom
frankiegillis:IsTwoEdgeTransitive

Conversation

@frankiegillis

Copy link
Copy Markdown
Contributor

A 2-edge in a digraph is a triple (a,b,c) of vertices such that (a,b) and (b,c) are edges and a!=c. A digraph is 2-edge transitive if its automorphism group acts transitively on 2-edges.

Adds a function IsTwoEdgeTransitive() which takes a digraph and returns true if it is 2-edge transitive.

@mtorpey mtorpey left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Some minor comments just to adjust whitespace to be consistent with the rest of the package. No meaningful changes seem necessary.

Comment thread gap/prop.gi Outdated
Comment thread gap/prop.gi Outdated
Comment thread gap/prop.gi Outdated
@mtorpey mtorpey added the new-feature A label for new features. label Feb 19, 2025
@mtorpey

mtorpey commented Feb 19, 2025

Copy link
Copy Markdown
Collaborator

Frankie's doing doc and tests now.

@mtorpey

mtorpey commented Feb 26, 2025

Copy link
Copy Markdown
Collaborator

Looks great now. Thanks!

@mtorpey mtorpey merged commit c553286 into digraphs:main Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-feature A label for new features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants